Html Css Color HEX #ACFF7D Feijoa

📋 copy color: '#ACFF7D'

red 172 ◦ green 255 ◦ blue 125

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

Shades of Feijoa #ACFF7D

Tints of Feijoa #ACFF7D

RGB

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

 GREEN value IS 255 (100% from 255) = 46.2%

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

R = 31.16%
G = 46.2%
B = 22.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#ACFF7D (or 0xACFF7D) is known color: Feijoa. HEX triplet: AC, FF and 7D. RGB value is (172,255,125). Sum of RGB (Red+Green+Blue) = 172+255+125=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF7D is #530082. Grayscale: #D7D7D7. Windows color (decimal): -5439619 or 8257452. OLE color: 8257452.

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

Color convert

RGB 172 255 125 -
CMYK 0.33 0 0.51 0
HSL 98.31º 1% 0.75% -
HSV(B) 98.31º 0.51% 1% -
XYZ 56.47 81.77 32.21 -
YUV 215.36 77 97.07 -
System Red Green Blue C M Y K H S L
Decimal 172 255 125 0.33 0 0.51 0 98.31 1 0.75
Hex AC FF 7D 21 0 33 0 62 64 4B
Octal 254 377 175 41 0 63 0 142 144 113
Binary 10101100 11111111 1111101 100001 0 110011 0 1100010 1100100 1001011

Color Harmonies of #ACFF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF7D

Black with #ACFF7D

Text Example


Text Example

White with #ACFF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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