Html Css Color HEX #ABDC40 Conifer

📋 copy color: '#ABDC40'

red 171 ◦ green 220 ◦ blue 64

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

Shades of Conifer #ABDC40

Tints of Conifer #ABDC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.07%

R = 37.58%
G = 48.35%
B = 14.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#ABDC40 (or 0xABDC40) is known color: Conifer. HEX triplet: AB, DC and 40. RGB value is (171,220,64). Sum of RGB (Red+Green+Blue) = 171+220+64=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC40 is #5423BF. Grayscale: #BCBCBC. Windows color (decimal): -5514176 or 4250795. OLE color: 4250795.

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

Color convert

RGB 171 220 64 -
CMYK 0.22 0 0.71 0.14
HSL 78.85º 0.69% 0.56% -
HSV(B) 78.85º 0.71% 0.86% -
XYZ 43.31 60.21 14.19 -
YUV 187.57 58.27 116.18 -
System Red Green Blue C M Y K H S L
Decimal 171 220 64 0.22 0 0.71 0.14 78.85 0.69 0.56
Hex AB DC 40 16 0 47 E 4F 45 38
Octal 253 334 100 26 0 107 16 117 105 70
Binary 10101011 11011100 1000000 10110 0 1000111 1110 1001111 1000101 111000

Color Harmonies of #ABDC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC40

Black with #ABDC40

Text Example


Text Example

White with #ABDC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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