#AFF346

Color #AFF346 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AFF346

Tints of Conifer #AFF346

Color information

#AFF346 (or 0xAFF346) is unknown color: approx Conifer. HEX triplet: AF, F3 and 46. RGB value is (175,243,70). Sum of RGB (Red+Green+Blue) = 175+243+70=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF346 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF346 is #500CB9. Grayscale: #CBCBCB. Windows color (decimal): -5246138 or 4649903. OLE color: 4649903.

HSL color Cylindrical-coordinate representation of color #AFF346: hue angle of 83.58º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFF346 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB17524370-
CMYK0.2800.710.05
HSL83.58º87.82%61.37%-
HSV(B)83.58º71.19%95.29%-
XYZ50.8473.6617.33-
YUV202.9552.97108.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 243 (95.31% from 255) = 49.80%
BLUE value IS 70 (27.73% from 255) = 14.34%
R=35.86%
G=49.80%
B=14.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175243700.2800.710.0583.5887.8261.37
HexAFF3461C047554583d
Octal257363106340107512413075
Binary10101111111100111000110111000100011110110101001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF346; }

 p { color: rgb(175,243,70); }

 H1.HeaderClassName
 {
   color: #AFF346;
 }
 .AnyTagClassName
 {
   color: #AFF346;
 }
</style>
background-color css

<style>
 a { background-color: #AFF346; }

 a { background-color: rgb(175,243,70); }

 div.DivClassName
 {
   background-color: #AFF346;
 }
 .BgClassName
 {
   background-color: #AFF346;
 }
</style>
border-color css

<style>
 span { border-color: #AFF346; }

 span { border-color: rgb(175,243,70); }

 td.TdClassName
 {
   border-color: #AFF346;
 }
 .TagClassName
 {
   border-color: #AFF346;
 }
</style>