Html Css Color HEX #ADD94B Conifer

📋 copy color: '#ADD94B'

red 173 ◦ green 217 ◦ blue 75

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

Shades of Conifer #ADD94B

Tints of Conifer #ADD94B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.67%

 BLUE value IS 75 (29.69% from 255) = 16.13%

R = 37.2%
G = 46.67%
B = 16.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#ADD94B (or 0xADD94B) is known color: Conifer. HEX triplet: AD, D9 and 4B. RGB value is (173,217,75). Sum of RGB (Red+Green+Blue) = 173+217+75=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD94B is #5226B4. Grayscale: #BCBCBC. Windows color (decimal): -5383861 or 4970925. OLE color: 4970925.

HSL color Cylindrical-coordinate representation of color #ADD94B: hue angle of 78.59º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADD94B is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 217 75 -
CMYK 0.20 0 0.65 0.15
HSL 78.59º 0.65% 0.57% -
HSV(B) 78.59º 0.65% 0.85% -
XYZ 43.32 59.02 15.77 -
YUV 187.66 64.42 117.55 -
System Red Green Blue C M Y K H S L
Decimal 173 217 75 0.20 0 0.65 0.15 78.59 0.65 0.57
Hex AD D9 4B 14 0 41 F 4F 41 39
Octal 255 331 113 24 0 101 17 117 101 71
Binary 10101101 11011001 1001011 10100 0 1000001 1111 1001111 1000001 111001

Color Harmonies of #ADD94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD94B

Black with #ADD94B

Text Example


Text Example

White with #ADD94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD94B; }

 p { color: rgb(173,217,75); }

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

background-color css

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

 a { background-color: rgb(173,217,75); }

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

border-color css

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

 span { border-color: rgb(173,217,75); }

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