Html Css Color HEX #ADDC4B Conifer

📋 copy color: '#ADDC4B'

red 173 ◦ green 220 ◦ blue 75

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

Shades of Conifer #ADDC4B

Tints of Conifer #ADDC4B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.01%

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

R = 36.97%
G = 47.01%
B = 16.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#ADDC4B (or 0xADDC4B) is known color: Conifer. HEX triplet: AD, DC and 4B. RGB value is (173,220,75). Sum of RGB (Red+Green+Blue) = 173+220+75=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC4B is #5223B4. Grayscale: #BDBDBD. Windows color (decimal): -5383093 or 4971693. OLE color: 4971693.

HSL color Cylindrical-coordinate representation of color #ADDC4B: hue angle of 79.45º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADDC4B is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 75 -
CMYK 0.21 0 0.66 0.14
HSL 79.45º 0.67% 0.58% -
HSV(B) 79.45º 0.66% 0.86% -
XYZ 44.1 60.58 16.03 -
YUV 189.42 63.43 116.29 -
System Red Green Blue C M Y K H S L
Decimal 173 220 75 0.21 0 0.66 0.14 79.45 0.67 0.58
Hex AD DC 4B 15 0 42 E 4F 43 3A
Octal 255 334 113 25 0 102 16 117 103 72
Binary 10101101 11011100 1001011 10101 0 1000010 1110 1001111 1000011 111010

Color Harmonies of #ADDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC4B

Black with #ADDC4B

Text Example


Text Example

White with #ADDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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