Html Css Color HEX #ACD092 Feijoa

📋 copy color: '#ACD092'

red 172 ◦ green 208 ◦ blue 146

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

Shades of Feijoa #ACD092

Tints of Feijoa #ACD092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.76%

R = 32.7%
G = 39.54%
B = 27.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#ACD092 (or 0xACD092) is known color: Feijoa. HEX triplet: AC, D0 and 92. RGB value is (172,208,146). Sum of RGB (Red+Green+Blue) = 172+208+146=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD092 is #532F6D. Grayscale: #BEBEBE. Windows color (decimal): -5451630 or 9621676. OLE color: 9621676.

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

Color convert

RGB 172 208 146 -
CMYK 0.17 0 0.30 0.18
HSL 94.84º 0.4% 0.69% -
HSV(B) 94.84º 0.3% 0.82% -
XYZ 44.76 55.96 35.64 -
YUV 190.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 172 208 146 0.17 0 0.30 0.18 94.84 0.4 0.69
Hex AC D0 92 11 0 1E 12 5F 28 45
Octal 254 320 222 21 0 36 22 137 50 105
Binary 10101100 11010000 10010010 10001 0 11110 10010 1011111 101000 1000101

Color Harmonies of #ACD092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD092

Black with #ACD092

Text Example


Text Example

White with #ACD092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD092; }

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

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

background-color css

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

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

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

border-color css

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

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

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