Html Css Color HEX #ACD08F Feijoa

📋 copy color: '#ACD08F'

red 172 ◦ green 208 ◦ blue 143

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

Shades of Feijoa #ACD08F

Tints of Feijoa #ACD08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.34%

R = 32.89%
G = 39.77%
B = 27.34%

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

#ACD08F (or 0xACD08F) is known color: Feijoa. HEX triplet: AC, D0 and 8F. RGB value is (172,208,143). Sum of RGB (Red+Green+Blue) = 172+208+143=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD08F is #532F70. Grayscale: #BEBEBE. Windows color (decimal): -5451633 or 9425068. OLE color: 9425068.

HSL color Cylindrical-coordinate representation of color #ACD08F: hue angle of 93.23º 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 #ACD08F is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 143 -
CMYK 0.17 0 0.31 0.18
HSL 93.23º 0.41% 0.69% -
HSV(B) 93.23º 0.31% 0.82% -
XYZ 44.53 55.87 34.42 -
YUV 189.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 172 208 143 0.17 0 0.31 0.18 93.23 0.41 0.69
Hex AC D0 8F 11 0 1F 12 5D 29 45
Octal 254 320 217 21 0 37 22 135 51 105
Binary 10101100 11010000 10001111 10001 0 11111 10010 1011101 101001 1000101

Color Harmonies of #ACD08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD08F

Black with #ACD08F

Text Example


Text Example

White with #ACD08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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