Html Css Color HEX #ACD081 Feijoa

📋 copy color: '#ACD081'

red 172 ◦ green 208 ◦ blue 129

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

Shades of Feijoa #ACD081

Tints of Feijoa #ACD081

RGB

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

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

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

R = 33.79%
G = 40.86%
B = 25.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#ACD081 (or 0xACD081) is known color: Feijoa. HEX triplet: AC, D0 and 81. RGB value is (172,208,129). Sum of RGB (Red+Green+Blue) = 172+208+129=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD081 is #532F7E. Grayscale: #BCBCBC. Windows color (decimal): -5451647 or 8507564. OLE color: 8507564.

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

Color convert

RGB 172 208 129 -
CMYK 0.17 0 0.38 0.18
HSL 87.34º 0.46% 0.66% -
HSV(B) 87.34º 0.38% 0.82% -
XYZ 43.53 55.47 29.18 -
YUV 188.23 94.57 116.42 -
System Red Green Blue C M Y K H S L
Decimal 172 208 129 0.17 0 0.38 0.18 87.34 0.46 0.66
Hex AC D0 81 11 0 26 12 57 2E 42
Octal 254 320 201 21 0 46 22 127 56 102
Binary 10101100 11010000 10000001 10001 0 100110 10010 1010111 101110 1000010

Color Harmonies of #ACD081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD081

Black with #ACD081

Text Example


Text Example

White with #ACD081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD081; }

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

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

background-color css

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

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

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

border-color css

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

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

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