Html Css Color HEX #ABDD4A Conifer

📋 copy color: '#ABDD4A'

red 171 ◦ green 221 ◦ blue 74

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

Shades of Conifer #ABDD4A

Tints of Conifer #ABDD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.88%

R = 36.7%
G = 47.42%
B = 15.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#ABDD4A (or 0xABDD4A) is known color: Conifer. HEX triplet: AB, DD and 4A. RGB value is (171,221,74). Sum of RGB (Red+Green+Blue) = 171+221+74=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD4A is #5422B5. Grayscale: #BDBDBD. Windows color (decimal): -5513910 or 4906411. OLE color: 4906411.

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

Color convert

RGB 171 221 74 -
CMYK 0.23 0 0.67 0.13
HSL 80.41º 0.68% 0.58% -
HSV(B) 80.41º 0.67% 0.87% -
XYZ 43.89 60.87 15.91 -
YUV 189.29 62.94 114.95 -
System Red Green Blue C M Y K H S L
Decimal 171 221 74 0.23 0 0.67 0.13 80.41 0.68 0.58
Hex AB DD 4A 17 0 43 D 50 44 3A
Octal 253 335 112 27 0 103 15 120 104 72
Binary 10101011 11011101 1001010 10111 0 1000011 1101 1010000 1000100 111010

Color Harmonies of #ABDD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDD4A

Black with #ABDD4A

Text Example


Text Example

White with #ABDD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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