#adf34f

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

Shades of Conifer #ADF34F

Tints of Conifer #ADF34F

Color information

#ADF34F (or 0xADF34F) is unknown color: approx Conifer. HEX triplet: AD, F3 and 4F. RGB value is (173,243,79). Sum of RGB (Red+Green+Blue) = 173+243+79=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF34F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF34F is #520CB0. Grayscale: #CBCBCB. Windows color (decimal): -5377201 or 5239725. OLE color: 5239725.

HSL color Cylindrical-coordinate representation of color #ADF34F: hue angle of 85.61º 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 #ADF34F is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB17324379-
CMYK0.2900.670.05
HSL85.61º87.23%63.14%-
HSV(B)85.61º67.49%95.29%-
XYZ50.773.5518.92-
YUV203.3757.81106.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 243 (95.31% from 255) = 49.09%
BLUE value IS 79 (31.25% from 255) = 15.96%
R=34.95%
G=49.09%
B=15.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal173243790.2900.670.0585.6187.2363.14
HexADF34F1D043556573f
Octal255363117350103512612777
Binary10101101111100111001111111010100001110110101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adf34f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adf34f; }

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

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

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

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

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

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

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

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