Html Css Color HEX #ADD34B Conifer

📋 copy color: '#ADD34B'

red 173 ◦ green 211 ◦ blue 75

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

Shades of Conifer #ADD34B

Tints of Conifer #ADD34B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.97%

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

R = 37.69%
G = 45.97%
B = 16.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#ADD34B (or 0xADD34B) is known color: Conifer. HEX triplet: AD, D3 and 4B. RGB value is (173,211,75). Sum of RGB (Red+Green+Blue) = 173+211+75=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD34B is #522CB4. Grayscale: #B8B8B8. Windows color (decimal): -5385397 or 4969389. OLE color: 4969389.

HSL color Cylindrical-coordinate representation of color #ADD34B: hue angle of 76.76º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADD34B is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 211 75 -
CMYK 0.18 0 0.64 0.17
HSL 76.76º 0.61% 0.56% -
HSV(B) 76.76º 0.64% 0.83% -
XYZ 41.8 55.98 15.26 -
YUV 184.13 66.41 120.06 -
System Red Green Blue C M Y K H S L
Decimal 173 211 75 0.18 0 0.64 0.17 76.76 0.61 0.56
Hex AD D3 4B 12 0 40 11 4D 3D 38
Octal 255 323 113 22 0 100 21 115 75 70
Binary 10101101 11010011 1001011 10010 0 1000000 10001 1001101 111101 111000

Color Harmonies of #ADD34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD34B

Black with #ADD34B

Text Example


Text Example

White with #ADD34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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