Html Css Color HEX #ABE141 Conifer

📋 copy color: '#ABE141'

red 171 ◦ green 225 ◦ blue 65

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

Shades of Conifer #ABE141

Tints of Conifer #ABE141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.81%

 BLUE value IS 65 (25.78% from 255) = 14.1%

R = 37.09%
G = 48.81%
B = 14.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#ABE141 (or 0xABE141) is known color: Conifer. HEX triplet: AB, E1 and 41. RGB value is (171,225,65). Sum of RGB (Red+Green+Blue) = 171+225+65=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE141 is #541EBE. Grayscale: #BFBFBF. Windows color (decimal): -5512895 or 4317611. OLE color: 4317611.

HSL color Cylindrical-coordinate representation of color #ABE141: hue angle of 80.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABE141 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 225 65 -
CMYK 0.24 0 0.71 0.12
HSL 80.25º 0.73% 0.57% -
HSV(B) 80.25º 0.71% 0.88% -
XYZ 44.67 62.89 14.79 -
YUV 190.61 57.11 114.01 -
System Red Green Blue C M Y K H S L
Decimal 171 225 65 0.24 0 0.71 0.12 80.25 0.73 0.57
Hex AB E1 41 18 0 47 C 50 49 39
Octal 253 341 101 30 0 107 14 120 111 71
Binary 10101011 11100001 1000001 11000 0 1000111 1100 1010000 1001001 111001

Color Harmonies of #ABE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE141

Black with #ABE141

Text Example


Text Example

White with #ABE141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE141; }

 p { color: rgb(171,225,65); }

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

background-color css

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

 a { background-color: rgb(171,225,65); }

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

border-color css

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

 span { border-color: rgb(171,225,65); }

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