Html Css Color HEX #ABE382 Feijoa

📋 copy color: '#ABE382'

red 171 ◦ green 227 ◦ blue 130

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

Shades of Feijoa #ABE382

Tints of Feijoa #ABE382

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.99%

 BLUE value IS 130 (51.17% from 255) = 24.62%

R = 32.39%
G = 42.99%
B = 24.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#ABE382 (or 0xABE382) is known color: Feijoa. HEX triplet: AB, E3 and 82. RGB value is (171,227,130). Sum of RGB (Red+Green+Blue) = 171+227+130=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE382 is #541C7D. Grayscale: #C7C7C7. Windows color (decimal): -5512318 or 8577963. OLE color: 8577963.

HSL color Cylindrical-coordinate representation of color #ABE382: hue angle of 94.64º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABE382 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 227 130 -
CMYK 0.25 0 0.43 0.11
HSL 94.64º 0.63% 0.7% -
HSV(B) 94.64º 0.43% 0.89% -
XYZ 48.29 65.21 31.16 -
YUV 199.2 88.95 107.89 -
System Red Green Blue C M Y K H S L
Decimal 171 227 130 0.25 0 0.43 0.11 94.64 0.63 0.7
Hex AB E3 82 19 0 2B B 5F 3F 46
Octal 253 343 202 31 0 53 13 137 77 106
Binary 10101011 11100011 10000010 11001 0 101011 1011 1011111 111111 1000110

Color Harmonies of #ABE382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE382

Black with #ABE382

Text Example


Text Example

White with #ABE382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE382; }

 p { color: rgb(171,227,130); }

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

background-color css

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

 a { background-color: rgb(171,227,130); }

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

border-color css

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

 span { border-color: rgb(171,227,130); }

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