Html Css Color HEX #ABDA42 Conifer

📋 copy color: '#ABDA42'

red 171 ◦ green 218 ◦ blue 66

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

Shades of Conifer #ABDA42

Tints of Conifer #ABDA42

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.91%

 BLUE value IS 66 (26.17% from 255) = 14.51%

R = 37.58%
G = 47.91%
B = 14.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#ABDA42 (or 0xABDA42) is known color: Conifer. HEX triplet: AB, DA and 42. RGB value is (171,218,66). Sum of RGB (Red+Green+Blue) = 171+218+66=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDA42 is #5425BD. Grayscale: #BBBBBB. Windows color (decimal): -5514686 or 4381355. OLE color: 4381355.

HSL color Cylindrical-coordinate representation of color #ABDA42: hue angle of 78.55º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABDA42 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 218 66 -
CMYK 0.22 0 0.70 0.15
HSL 78.55º 0.67% 0.56% -
HSV(B) 78.55º 0.7% 0.85% -
XYZ 42.85 59.19 14.32 -
YUV 186.62 59.93 116.86 -
System Red Green Blue C M Y K H S L
Decimal 171 218 66 0.22 0 0.70 0.15 78.55 0.67 0.56
Hex AB DA 42 16 0 46 F 4F 43 38
Octal 253 332 102 26 0 106 17 117 103 70
Binary 10101011 11011010 1000010 10110 0 1000110 1111 1001111 1000011 111000

Color Harmonies of #ABDA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDA42

Black with #ABDA42

Text Example


Text Example

White with #ABDA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDA42; }

 p { color: rgb(171,218,66); }

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

background-color css

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

 a { background-color: rgb(171,218,66); }

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

border-color css

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

 span { border-color: rgb(171,218,66); }

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