Html Css Color HEX #ACD281 Feijoa

📋 copy color: '#ACD281'

red 172 ◦ green 210 ◦ blue 129

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

Shades of Feijoa #ACD281

Tints of Feijoa #ACD281

RGB

 RED value IS 172 (67.58% from 255) = 33.66%

 GREEN value IS 210 (82.42% from 255) = 41.1%

 BLUE value IS 129 (50.78% from 255) = 25.24%

R = 33.66%
G = 41.1%
B = 25.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#ACD281 (or 0xACD281) is known color: Feijoa. HEX triplet: AC, D2 and 81. RGB value is (172,210,129). Sum of RGB (Red+Green+Blue) = 172+210+129=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD281 is #532D7E. Grayscale: #BDBDBD. Windows color (decimal): -5451135 or 8508076. OLE color: 8508076.

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

Color convert

RGB 172 210 129 -
CMYK 0.18 0 0.39 0.18
HSL 88.15º 0.47% 0.66% -
HSV(B) 88.15º 0.39% 0.82% -
XYZ 44.02 56.45 29.34 -
YUV 189.4 93.91 115.59 -
System Red Green Blue C M Y K H S L
Decimal 172 210 129 0.18 0 0.39 0.18 88.15 0.47 0.66
Hex AC D2 81 12 0 27 12 58 2F 42
Octal 254 322 201 22 0 47 22 130 57 102
Binary 10101100 11010010 10000001 10010 0 100111 10010 1011000 101111 1000010

Color Harmonies of #ACD281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD281

Black with #ACD281

Text Example


Text Example

White with #ACD281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD281; }

 p { color: rgb(172,210,129); }

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

background-color css

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

 a { background-color: rgb(172,210,129); }

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

border-color css

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

 span { border-color: rgb(172,210,129); }

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