Html Css Color HEX #ACF87E Feijoa

📋 copy color: '#ACF87E'

red 172 ◦ green 248 ◦ blue 126

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

Shades of Feijoa #ACF87E

Tints of Feijoa #ACF87E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.42%

 BLUE value IS 126 (49.61% from 255) = 23.08%

R = 31.5%
G = 45.42%
B = 23.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#ACF87E (or 0xACF87E) is known color: Feijoa. HEX triplet: AC, F8 and 7E. RGB value is (172,248,126). Sum of RGB (Red+Green+Blue) = 172+248+126=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF87E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF87E is #530781. Grayscale: #D3D3D3. Windows color (decimal): -5441410 or 8321196. OLE color: 8321196.

HSL color Cylindrical-coordinate representation of color #ACF87E: hue angle of 97.38º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACF87E is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 126 -
CMYK 0.31 0 0.49 0.03
HSL 97.38º 0.9% 0.73% -
HSV(B) 97.38º 0.49% 0.97% -
XYZ 54.35 77.41 31.82 -
YUV 211.37 79.82 99.92 -
System Red Green Blue C M Y K H S L
Decimal 172 248 126 0.31 0 0.49 0.03 97.38 0.9 0.73
Hex AC F8 7E 1F 0 31 3 61 5A 49
Octal 254 370 176 37 0 61 3 141 132 111
Binary 10101100 11111000 1111110 11111 0 110001 11 1100001 1011010 1001001

Color Harmonies of #ACF87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF87E

Black with #ACF87E

Text Example


Text Example

White with #ACF87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF87E; }

 p { color: rgb(172,248,126); }

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

background-color css

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

 a { background-color: rgb(172,248,126); }

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

border-color css

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

 span { border-color: rgb(172,248,126); }

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