Html Css Color HEX #ADE96A Conifer

📋 copy color: '#ADE96A'

red 173 ◦ green 233 ◦ blue 106

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

Shades of Conifer #ADE96A

Tints of Conifer #ADE96A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.51%

 BLUE value IS 106 (41.8% from 255) = 20.7%

R = 33.79%
G = 45.51%
B = 20.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#ADE96A (or 0xADE96A) is known color: Conifer. HEX triplet: AD, E9 and 6A. RGB value is (173,233,106). Sum of RGB (Red+Green+Blue) = 173+233+106=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE96A is #521695. Grayscale: #C9C9C9. Windows color (decimal): -5379734 or 7006637. OLE color: 7006637.

HSL color Cylindrical-coordinate representation of color #ADE96A: hue angle of 88.35º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADE96A is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 233 106 -
CMYK 0.26 0 0.55 0.09
HSL 88.35º 0.74% 0.66% -
HSV(B) 88.35º 0.55% 0.91% -
XYZ 48.97 68.2 24.22 -
YUV 200.58 74.62 108.33 -
System Red Green Blue C M Y K H S L
Decimal 173 233 106 0.26 0 0.55 0.09 88.35 0.74 0.66
Hex AD E9 6A 1A 0 37 9 58 4A 42
Octal 255 351 152 32 0 67 11 130 112 102
Binary 10101101 11101001 1101010 11010 0 110111 1001 1011000 1001010 1000010

Color Harmonies of #ADE96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE96A

Black with #ADE96A

Text Example


Text Example

White with #ADE96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE96A; }

 p { color: rgb(173,233,106); }

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

background-color css

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

 a { background-color: rgb(173,233,106); }

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

border-color css

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

 span { border-color: rgb(173,233,106); }

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