Html Css Color HEX #ABDC6A Conifer

📋 copy color: '#ABDC6A'

red 171 ◦ green 220 ◦ blue 106

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

Shades of Conifer #ABDC6A

Tints of Conifer #ABDC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.33%

R = 34.41%
G = 44.27%
B = 21.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#ABDC6A (or 0xABDC6A) is known color: Conifer. HEX triplet: AB, DC and 6A. RGB value is (171,220,106). Sum of RGB (Red+Green+Blue) = 171+220+106=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC6A is #542395. Grayscale: #C0C0C0. Windows color (decimal): -5514134 or 7003307. OLE color: 7003307.

HSL color Cylindrical-coordinate representation of color #ABDC6A: hue angle of 85.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABDC6A is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 106 -
CMYK 0.22 0 0.52 0.14
HSL 85.79º 0.62% 0.64% -
HSV(B) 85.79º 0.52% 0.86% -
XYZ 44.99 60.88 23.02 -
YUV 192.35 79.27 112.77 -
System Red Green Blue C M Y K H S L
Decimal 171 220 106 0.22 0 0.52 0.14 85.79 0.62 0.64
Hex AB DC 6A 16 0 34 E 56 3E 40
Octal 253 334 152 26 0 64 16 126 76 100
Binary 10101011 11011100 1101010 10110 0 110100 1110 1010110 111110 1000000

Color Harmonies of #ABDC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC6A

Black with #ABDC6A

Text Example


Text Example

White with #ABDC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC6A; }

 p { color: rgb(171,220,106); }

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

background-color css

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

 a { background-color: rgb(171,220,106); }

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

border-color css

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

 span { border-color: rgb(171,220,106); }

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