#AFF34F

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

Shades of Conifer #AFF34F

Tints of Conifer #AFF34F

Color information

#AFF34F (or 0xAFF34F) is unknown color: approx Conifer. HEX triplet: AF, F3 and 4F. RGB value is (175,243,79). Sum of RGB (Red+Green+Blue) = 175+243+79=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF34F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF34F is #500CB0. Grayscale: #CCCCCC. Windows color (decimal): -5246129 or 5239727. OLE color: 5239727.

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

Color convert

RGB17524379-
CMYK0.2800.670.05
HSL84.88º87.23%63.14%-
HSV(B)84.88º67.49%95.29%-
XYZ51.1473.7818.94-
YUV203.9757.47107.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 243 (95.31% from 255) = 48.89%
BLUE value IS 79 (31.25% from 255) = 15.90%
R=35.21%
G=48.89%
B=15.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175243790.2800.670.0584.8887.2363.14
HexAFF34F1C043555573f
Octal257363117340103512512777
Binary10101111111100111001111111000100001110110101011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF34F; }

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

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

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

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

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

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

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

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