Html Css Color HEX #ABCF85 Feijoa

📋 copy color: '#ABCF85'

red 171 ◦ green 207 ◦ blue 133

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

Shades of Feijoa #ABCF85

Tints of Feijoa #ABCF85

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.51%

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

R = 33.46%
G = 40.51%
B = 26.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#ABCF85 (or 0xABCF85) is known color: Feijoa. HEX triplet: AB, CF and 85. RGB value is (171,207,133). Sum of RGB (Red+Green+Blue) = 171+207+133=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF85 is #54307A. Grayscale: #BCBCBC. Windows color (decimal): -5517435 or 8769451. OLE color: 8769451.

HSL color Cylindrical-coordinate representation of color #ABCF85: hue angle of 89.19º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABCF85 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 133 -
CMYK 0.17 0 0.36 0.19
HSL 89.19º 0.44% 0.67% -
HSV(B) 89.19º 0.36% 0.81% -
XYZ 43.34 54.98 30.52 -
YUV 187.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 171 207 133 0.17 0 0.36 0.19 89.19 0.44 0.67
Hex AB CF 85 11 0 24 13 59 2C 43
Octal 253 317 205 21 0 44 23 131 54 103
Binary 10101011 11001111 10000101 10001 0 100100 10011 1011001 101100 1000011

Color Harmonies of #ABCF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF85

Black with #ABCF85

Text Example


Text Example

White with #ABCF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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