Html Css Color HEX #ABEA8C Feijoa

📋 copy color: '#ABEA8C'

red 171 ◦ green 234 ◦ blue 140

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

Shades of Feijoa #ABEA8C

Tints of Feijoa #ABEA8C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.94%

 BLUE value IS 140 (55.08% from 255) = 25.69%

R = 31.38%
G = 42.94%
B = 25.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#ABEA8C (or 0xABEA8C) is known color: Feijoa. HEX triplet: AB, EA and 8C. RGB value is (171,234,140). Sum of RGB (Red+Green+Blue) = 171+234+140=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEA8C is #541573. Grayscale: #CCCCCC. Windows color (decimal): -5510516 or 9235115. OLE color: 9235115.

HSL color Cylindrical-coordinate representation of color #ABEA8C: hue angle of 100.21º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABEA8C is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 234 140 -
CMYK 0.27 0 0.40 0.08
HSL 100.21º 0.69% 0.73% -
HSV(B) 100.21º 0.4% 0.92% -
XYZ 50.95 69.4 35.52 -
YUV 204.45 91.63 104.14 -
System Red Green Blue C M Y K H S L
Decimal 171 234 140 0.27 0 0.40 0.08 100.21 0.69 0.73
Hex AB EA 8C 1B 0 28 8 64 45 49
Octal 253 352 214 33 0 50 10 144 105 111
Binary 10101011 11101010 10001100 11011 0 101000 1000 1100100 1000101 1001001

Color Harmonies of #ABEA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEA8C

Black with #ABEA8C

Text Example


Text Example

White with #ABEA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEA8C; }

 p { color: rgb(171,234,140); }

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

background-color css

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

 a { background-color: rgb(171,234,140); }

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

border-color css

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

 span { border-color: rgb(171,234,140); }

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