Html Css Color HEX #ACD096 Feijoa

📋 copy color: '#ACD096'

red 172 ◦ green 208 ◦ blue 150

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

Shades of Feijoa #ACD096

Tints of Feijoa #ACD096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.3%

R = 32.45%
G = 39.25%
B = 28.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#ACD096 (or 0xACD096) is known color: Feijoa. HEX triplet: AC, D0 and 96. RGB value is (172,208,150). Sum of RGB (Red+Green+Blue) = 172+208+150=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD096 is #532F69. Grayscale: #BEBEBE. Windows color (decimal): -5451626 or 9883820. OLE color: 9883820.

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

Color convert

RGB 172 208 150 -
CMYK 0.17 0 0.28 0.18
HSL 97.24º 0.38% 0.7% -
HSV(B) 97.24º 0.28% 0.82% -
XYZ 45.07 56.08 37.3 -
YUV 190.62 105.07 114.72 -
System Red Green Blue C M Y K H S L
Decimal 172 208 150 0.17 0 0.28 0.18 97.24 0.38 0.7
Hex AC D0 96 11 0 1C 12 61 26 46
Octal 254 320 226 21 0 34 22 141 46 106
Binary 10101100 11010000 10010110 10001 0 11100 10010 1100001 100110 1000110

Color Harmonies of #ACD096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD096

Black with #ACD096

Text Example


Text Example

White with #ACD096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD096; }

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

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

background-color css

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

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

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

border-color css

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

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

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