Html Css Color HEX #ACED7D Feijoa

📋 copy color: '#ACED7D'

red 172 ◦ green 237 ◦ blue 125

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

Shades of Feijoa #ACED7D

Tints of Feijoa #ACED7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.41%

R = 32.21%
G = 44.38%
B = 23.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ACED7D (or 0xACED7D) is known color: Feijoa. HEX triplet: AC, ED and 7D. RGB value is (172,237,125). Sum of RGB (Red+Green+Blue) = 172+237+125=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACED7D is #531282. Grayscale: #CDCDCD. Windows color (decimal): -5444227 or 8252844. OLE color: 8252844.

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

Color convert

RGB 172 237 125 -
CMYK 0.27 0 0.47 0.07
HSL 94.82º 0.76% 0.71% -
HSV(B) 94.82º 0.47% 0.93% -
XYZ 51 70.82 30.38 -
YUV 204.8 82.97 104.61 -
System Red Green Blue C M Y K H S L
Decimal 172 237 125 0.27 0 0.47 0.07 94.82 0.76 0.71
Hex AC ED 7D 1B 0 2F 7 5F 4C 47
Octal 254 355 175 33 0 57 7 137 114 107
Binary 10101100 11101101 1111101 11011 0 101111 111 1011111 1001100 1000111

Color Harmonies of #ACED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACED7D

Black with #ACED7D

Text Example


Text Example

White with #ACED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACED7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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