Html Css Color HEX #ACD083 Feijoa

📋 copy color: '#ACD083'

red 172 ◦ green 208 ◦ blue 131

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

Shades of Feijoa #ACD083

Tints of Feijoa #ACD083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.64%

R = 33.66%
G = 40.7%
B = 25.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#ACD083 (or 0xACD083) is known color: Feijoa. HEX triplet: AC, D0 and 83. RGB value is (172,208,131). Sum of RGB (Red+Green+Blue) = 172+208+131=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD083 is #532F7C. Grayscale: #BCBCBC. Windows color (decimal): -5451645 or 8638636. OLE color: 8638636.

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

Color convert

RGB 172 208 131 -
CMYK 0.17 0 0.37 0.18
HSL 88.05º 0.45% 0.66% -
HSV(B) 88.05º 0.37% 0.82% -
XYZ 43.67 55.52 29.89 -
YUV 188.46 95.57 116.26 -
System Red Green Blue C M Y K H S L
Decimal 172 208 131 0.17 0 0.37 0.18 88.05 0.45 0.66
Hex AC D0 83 11 0 25 12 58 2D 42
Octal 254 320 203 21 0 45 22 130 55 102
Binary 10101100 11010000 10000011 10001 0 100101 10010 1011000 101101 1000010

Color Harmonies of #ACD083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD083

Black with #ACD083

Text Example


Text Example

White with #ACD083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD083; }

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

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

background-color css

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

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

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

border-color css

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

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

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