Html Css Color HEX #ADF044 Conifer

📋 copy color: '#ADF044'

red 173 ◦ green 240 ◦ blue 68

#ADF044
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #ADF044

Tints of Conifer #ADF044

RGB

 RED value IS 173 (67.97% from 255) = 35.97%

 GREEN value IS 240 (94.14% from 255) = 49.9%

 BLUE value IS 68 (26.95% from 255) = 14.14%

R = 35.97%
G = 49.9%
B = 14.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#ADF044 (or 0xADF044) is known color: Conifer. HEX triplet: AD, F0 and 44. RGB value is (173,240,68). Sum of RGB (Red+Green+Blue) = 173+240+68=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF044 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF044 is #520FBB. Grayscale: #C8C8C8. Windows color (decimal): -5377980 or 4518061. OLE color: 4518061.

HSL color Cylindrical-coordinate representation of color #ADF044: hue angle of 83.37º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADF044 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 68 -
CMYK 0.28 0 0.72 0.06
HSL 83.37º 0.85% 0.6% -
HSV(B) 83.37º 0.72% 0.94% -
XYZ 49.44 71.62 16.69 -
YUV 200.36 53.3 108.49 -
System Red Green Blue C M Y K H S L
Decimal 173 240 68 0.28 0 0.72 0.06 83.37 0.85 0.6
Hex AD F0 44 1C 0 48 6 53 55 3C
Octal 255 360 104 34 0 110 6 123 125 74
Binary 10101101 11110000 1000100 11100 0 1001000 110 1010011 1010101 111100

Color Harmonies of #ADF044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF044

Black with #ADF044

Text Example


Text Example

White with #ADF044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF044; }

 p { color: rgb(173,240,68); }

 H1.HeaderClassName
 {
   color: #ADF044;
 }
 .AnyTagClassName
 {
   color: #ADF044;
 }
</style>

background-color css

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

 a { background-color: rgb(173,240,68); }

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

border-color css

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

 span { border-color: rgb(173,240,68); }

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