Html Css Color HEX #ACF87A Feijoa

📋 copy color: '#ACF87A'

red 172 ◦ green 248 ◦ blue 122

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

Shades of Feijoa #ACF87A

Tints of Feijoa #ACF87A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.51%

R = 31.73%
G = 45.76%
B = 22.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#ACF87A (or 0xACF87A) is known color: Feijoa. HEX triplet: AC, F8 and 7A. RGB value is (172,248,122). Sum of RGB (Red+Green+Blue) = 172+248+122=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF87A is #530785. Grayscale: #D3D3D3. Windows color (decimal): -5441414 or 8059052. OLE color: 8059052.

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

Color convert

RGB 172 248 122 -
CMYK 0.31 0 0.51 0.03
HSL 96.19º 0.9% 0.73% -
HSV(B) 96.19º 0.51% 0.97% -
XYZ 54.09 77.31 30.48 -
YUV 210.91 77.82 100.25 -
System Red Green Blue C M Y K H S L
Decimal 172 248 122 0.31 0 0.51 0.03 96.19 0.9 0.73
Hex AC F8 7A 1F 0 33 3 60 5A 49
Octal 254 370 172 37 0 63 3 140 132 111
Binary 10101100 11111000 1111010 11111 0 110011 11 1100000 1011010 1001001

Color Harmonies of #ACF87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF87A

Black with #ACF87A

Text Example


Text Example

White with #ACF87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF87A; }

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

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

background-color css

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

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

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

border-color css

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

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

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