Html Css Color HEX #ABDD66 Conifer

📋 copy color: '#ABDD66'

red 171 ◦ green 221 ◦ blue 102

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

Shades of Conifer #ABDD66

Tints of Conifer #ABDD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.65%

R = 34.62%
G = 44.74%
B = 20.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#ABDD66 (or 0xABDD66) is known color: Conifer. HEX triplet: AB, DD and 66. RGB value is (171,221,102). Sum of RGB (Red+Green+Blue) = 171+221+102=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD66 is #542299. Grayscale: #C0C0C0. Windows color (decimal): -5513882 or 6741419. OLE color: 6741419.

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

Color convert

RGB 171 221 102 -
CMYK 0.23 0 0.54 0.13
HSL 85.21º 0.64% 0.63% -
HSV(B) 85.21º 0.54% 0.87% -
XYZ 45.05 61.33 22.03 -
YUV 192.48 76.94 112.68 -
System Red Green Blue C M Y K H S L
Decimal 171 221 102 0.23 0 0.54 0.13 85.21 0.64 0.63
Hex AB DD 66 17 0 36 D 55 40 3F
Octal 253 335 146 27 0 66 15 125 100 77
Binary 10101011 11011101 1100110 10111 0 110110 1101 1010101 1000000 111111

Color Harmonies of #ABDD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDD66

Black with #ABDD66

Text Example


Text Example

White with #ABDD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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