Html Css Color HEX #ABF385 Feijoa

📋 copy color: '#ABF385'

red 171 ◦ green 243 ◦ blue 133

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

Shades of Feijoa #ABF385

Tints of Feijoa #ABF385

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.42%

 BLUE value IS 133 (52.34% from 255) = 24.31%

R = 31.26%
G = 44.42%
B = 24.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#ABF385 (or 0xABF385) is known color: Feijoa. HEX triplet: AB, F3 and 85. RGB value is (171,243,133). Sum of RGB (Red+Green+Blue) = 171+243+133=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF385 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF385 is #540C7A. Grayscale: #D1D1D1. Windows color (decimal): -5508219 or 8778667. OLE color: 8778667.

HSL color Cylindrical-coordinate representation of color #ABF385: hue angle of 99.27º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABF385 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 243 133 -
CMYK 0.30 0 0.45 0.05
HSL 99.27º 0.82% 0.74% -
HSV(B) 99.27º 0.45% 0.95% -
XYZ 53.08 74.45 33.76 -
YUV 208.93 85.15 100.94 -
System Red Green Blue C M Y K H S L
Decimal 171 243 133 0.30 0 0.45 0.05 99.27 0.82 0.74
Hex AB F3 85 1E 0 2D 5 63 52 4A
Octal 253 363 205 36 0 55 5 143 122 112
Binary 10101011 11110011 10000101 11110 0 101101 101 1100011 1010010 1001010

Color Harmonies of #ABF385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF385

Black with #ABF385

Text Example


Text Example

White with #ABF385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF385; }

 p { color: rgb(171,243,133); }

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

background-color css

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

 a { background-color: rgb(171,243,133); }

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

border-color css

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

 span { border-color: rgb(171,243,133); }

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