Html Css Color HEX #ABD085 Feijoa

📋 copy color: '#ABD085'

red 171 ◦ green 208 ◦ blue 133

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

Shades of Feijoa #ABD085

Tints of Feijoa #ABD085

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

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

R = 33.4%
G = 40.63%
B = 25.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#ABD085 (or 0xABD085) is known color: Feijoa. HEX triplet: AB, D0 and 85. RGB value is (171,208,133). Sum of RGB (Red+Green+Blue) = 171+208+133=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD085 is #542F7A. Grayscale: #BCBCBC. Windows color (decimal): -5517179 or 8769707. OLE color: 8769707.

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

Color convert

RGB 171 208 133 -
CMYK 0.18 0 0.36 0.18
HSL 89.6º 0.44% 0.67% -
HSV(B) 89.6º 0.36% 0.82% -
XYZ 43.58 55.46 30.6 -
YUV 188.39 96.74 115.6 -
System Red Green Blue C M Y K H S L
Decimal 171 208 133 0.18 0 0.36 0.18 89.6 0.44 0.67
Hex AB D0 85 12 0 24 12 5A 2C 43
Octal 253 320 205 22 0 44 22 132 54 103
Binary 10101011 11010000 10000101 10010 0 100100 10010 1011010 101100 1000011

Color Harmonies of #ABD085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD085

Black with #ABD085

Text Example


Text Example

White with #ABD085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD085; }

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

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

background-color css

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

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

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

border-color css

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

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

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