Html Css Color HEX #ACFE7D Feijoa

📋 copy color: '#ACFE7D'

red 172 ◦ green 254 ◦ blue 125

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

Shades of Feijoa #ACFE7D

Tints of Feijoa #ACFE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.1%

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

R = 31.22%
G = 46.1%
B = 22.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#ACFE7D (or 0xACFE7D) is known color: Feijoa. HEX triplet: AC, FE and 7D. RGB value is (172,254,125). Sum of RGB (Red+Green+Blue) = 172+254+125=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE7D is #530182. Grayscale: #D7D7D7. Windows color (decimal): -5439875 or 8257196. OLE color: 8257196.

HSL color Cylindrical-coordinate representation of color #ACFE7D: hue angle of 98.14º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACFE7D is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 125 -
CMYK 0.32 0 0.51 0.00
HSL 98.14º 0.98% 0.74% -
HSV(B) 98.14º 0.51% 1% -
XYZ 56.16 81.13 32.1 -
YUV 214.78 77.33 97.49 -
System Red Green Blue C M Y K H S L
Decimal 172 254 125 0.32 0 0.51 0.00 98.14 0.98 0.74
Hex AC FE 7D 20 0 33 0 62 62 4A
Octal 254 376 175 40 0 63 0 142 142 112
Binary 10101100 11111110 1111101 100000 0 110011 0 1100010 1100010 1001010

Color Harmonies of #ACFE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE7D

Black with #ACFE7D

Text Example


Text Example

White with #ACFE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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