Html Css Color HEX #ABDD45 Conifer

📋 copy color: '#ABDD45'

red 171 ◦ green 221 ◦ blue 69

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

Shades of Conifer #ABDD45

Tints of Conifer #ABDD45

RGB

 RED value IS 171 (67.19% from 255) = 37.09%

 GREEN value IS 221 (86.72% from 255) = 47.94%

 BLUE value IS 69 (27.34% from 255) = 14.97%

R = 37.09%
G = 47.94%
B = 14.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#ABDD45 (or 0xABDD45) is known color: Conifer. HEX triplet: AB, DD and 45. RGB value is (171,221,69). Sum of RGB (Red+Green+Blue) = 171+221+69=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD45 is #5422BA. Grayscale: #BDBDBD. Windows color (decimal): -5513915 or 4578731. OLE color: 4578731.

HSL color Cylindrical-coordinate representation of color #ABDD45: hue angle of 79.74º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABDD45 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 221 69 -
CMYK 0.23 0 0.69 0.13
HSL 79.74º 0.69% 0.57% -
HSV(B) 79.74º 0.69% 0.87% -
XYZ 43.73 60.8 15.06 -
YUV 188.72 60.44 115.36 -
System Red Green Blue C M Y K H S L
Decimal 171 221 69 0.23 0 0.69 0.13 79.74 0.69 0.57
Hex AB DD 45 17 0 45 D 50 45 39
Octal 253 335 105 27 0 105 15 120 105 71
Binary 10101011 11011101 1000101 10111 0 1000101 1101 1010000 1000101 111001

Color Harmonies of #ABDD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDD45

Black with #ABDD45

Text Example


Text Example

White with #ABDD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDD45; }

 p { color: rgb(171,221,69); }

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

background-color css

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

 a { background-color: rgb(171,221,69); }

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

border-color css

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

 span { border-color: rgb(171,221,69); }

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