Html Css Color HEX #ACD093 Feijoa

📋 copy color: '#ACD093'

red 172 ◦ green 208 ◦ blue 147

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

Shades of Feijoa #ACD093

Tints of Feijoa #ACD093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.89%

R = 32.64%
G = 39.47%
B = 27.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#ACD093 (or 0xACD093) is known color: Feijoa. HEX triplet: AC, D0 and 93. RGB value is (172,208,147). Sum of RGB (Red+Green+Blue) = 172+208+147=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD093 is #532F6C. Grayscale: #BEBEBE. Windows color (decimal): -5451629 or 9687212. OLE color: 9687212.

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

Color convert

RGB 172 208 147 -
CMYK 0.17 0 0.29 0.18
HSL 95.41º 0.39% 0.7% -
HSV(B) 95.41º 0.29% 0.82% -
XYZ 44.84 55.99 36.05 -
YUV 190.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 172 208 147 0.17 0 0.29 0.18 95.41 0.39 0.7
Hex AC D0 93 11 0 1D 12 5F 27 46
Octal 254 320 223 21 0 35 22 137 47 106
Binary 10101100 11010000 10010011 10001 0 11101 10010 1011111 100111 1000110

Color Harmonies of #ACD093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD093

Black with #ACD093

Text Example


Text Example

White with #ACD093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD093; }

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

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

background-color css

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

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

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

border-color css

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

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

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