Html Css Color HEX #ACED8C Feijoa

📋 copy color: '#ACED8C'

red 172 ◦ green 237 ◦ blue 140

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

Shades of Feijoa #ACED8C

Tints of Feijoa #ACED8C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.17%

 BLUE value IS 140 (55.08% from 255) = 25.5%

R = 31.33%
G = 43.17%
B = 25.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ACED8C (or 0xACED8C) is known color: Feijoa. HEX triplet: AC, ED and 8C. RGB value is (172,237,140). Sum of RGB (Red+Green+Blue) = 172+237+140=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACED8C is #531273. Grayscale: #CECECE. Windows color (decimal): -5444212 or 9235884. OLE color: 9235884.

HSL color Cylindrical-coordinate representation of color #ACED8C: hue angle of 100.21º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACED8C is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 237 140 -
CMYK 0.27 0 0.41 0.07
HSL 100.21º 0.73% 0.74% -
HSV(B) 100.21º 0.41% 0.93% -
XYZ 52.03 71.23 35.82 -
YUV 206.51 90.47 103.39 -
System Red Green Blue C M Y K H S L
Decimal 172 237 140 0.27 0 0.41 0.07 100.21 0.73 0.74
Hex AC ED 8C 1B 0 29 7 64 49 4A
Octal 254 355 214 33 0 51 7 144 111 112
Binary 10101100 11101101 10001100 11011 0 101001 111 1100100 1001001 1001010

Color Harmonies of #ACED8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACED8C

Black with #ACED8C

Text Example


Text Example

White with #ACED8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACED8C; }

 p { color: rgb(172,237,140); }

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

background-color css

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

 a { background-color: rgb(172,237,140); }

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

border-color css

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

 span { border-color: rgb(172,237,140); }

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