Html Css Color HEX #ABED42 Conifer

📋 copy color: '#ABED42'

red 171 ◦ green 237 ◦ blue 66

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

Shades of Conifer #ABED42

Tints of Conifer #ABED42

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50%

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

R = 36.08%
G = 50%
B = 13.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ABED42 (or 0xABED42) is known color: Conifer. HEX triplet: AB, ED and 42. RGB value is (171,237,66). Sum of RGB (Red+Green+Blue) = 171+237+66=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABED42 is #5412BD. Grayscale: #C6C6C6. Windows color (decimal): -5509822 or 4386219. OLE color: 4386219.

HSL color Cylindrical-coordinate representation of color #ABED42: hue angle of 83.16º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABED42 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 237 66 -
CMYK 0.28 0 0.72 0.07
HSL 83.16º 0.83% 0.59% -
HSV(B) 83.16º 0.72% 0.93% -
XYZ 48.06 69.62 16.06 -
YUV 197.77 53.63 108.9 -
System Red Green Blue C M Y K H S L
Decimal 171 237 66 0.28 0 0.72 0.07 83.16 0.83 0.59
Hex AB ED 42 1C 0 48 7 53 53 3B
Octal 253 355 102 34 0 110 7 123 123 73
Binary 10101011 11101101 1000010 11100 0 1001000 111 1010011 1010011 111011

Color Harmonies of #ABED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABED42

Black with #ABED42

Text Example


Text Example

White with #ABED42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABED42; }

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

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

background-color css

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

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

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

border-color css

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

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

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