Html Css Color HEX #ACD090 Feijoa

📋 copy color: '#ACD090'

red 172 ◦ green 208 ◦ blue 144

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

Shades of Feijoa #ACD090

Tints of Feijoa #ACD090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.48%

R = 32.82%
G = 39.69%
B = 27.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#ACD090 (or 0xACD090) is known color: Feijoa. HEX triplet: AC, D0 and 90. RGB value is (172,208,144). Sum of RGB (Red+Green+Blue) = 172+208+144=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD090 is #532F6F. Grayscale: #BEBEBE. Windows color (decimal): -5451632 or 9490604. OLE color: 9490604.

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

Color convert

RGB 172 208 144 -
CMYK 0.17 0 0.31 0.18
HSL 93.75º 0.41% 0.69% -
HSV(B) 93.75º 0.31% 0.82% -
XYZ 44.6 55.9 34.82 -
YUV 189.94 102.07 115.2 -
System Red Green Blue C M Y K H S L
Decimal 172 208 144 0.17 0 0.31 0.18 93.75 0.41 0.69
Hex AC D0 90 11 0 1F 12 5E 29 45
Octal 254 320 220 21 0 37 22 136 51 105
Binary 10101100 11010000 10010000 10001 0 11111 10010 1011110 101001 1000101

Color Harmonies of #ACD090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD090

Black with #ACD090

Text Example


Text Example

White with #ACD090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD090; }

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

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

background-color css

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

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

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

border-color css

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

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

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