Html Css Color HEX #ACF976 Feijoa

📋 copy color: '#ACF976'

red 172 ◦ green 249 ◦ blue 118

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

Shades of Feijoa #ACF976

Tints of Feijoa #ACF976

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.2%

 BLUE value IS 118 (46.48% from 255) = 21.89%

R = 31.91%
G = 46.2%
B = 21.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#ACF976 (or 0xACF976) is known color: Feijoa. HEX triplet: AC, F9 and 76. RGB value is (172,249,118). Sum of RGB (Red+Green+Blue) = 172+249+118=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF976 is #530689. Grayscale: #D3D3D3. Windows color (decimal): -5441162 or 7797164. OLE color: 7797164.

HSL color Cylindrical-coordinate representation of color #ACF976: hue angle of 95.27º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACF976 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 118 -
CMYK 0.31 0 0.53 0.02
HSL 95.27º 0.92% 0.72% -
HSV(B) 95.27º 0.53% 0.98% -
XYZ 54.16 77.83 29.31 -
YUV 211.04 75.49 100.15 -
System Red Green Blue C M Y K H S L
Decimal 172 249 118 0.31 0 0.53 0.02 95.27 0.92 0.72
Hex AC F9 76 1F 0 35 2 5F 5C 48
Octal 254 371 166 37 0 65 2 137 134 110
Binary 10101100 11111001 1110110 11111 0 110101 10 1011111 1011100 1001000

Color Harmonies of #ACF976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF976

Black with #ACF976

Text Example


Text Example

White with #ACF976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF976; }

 p { color: rgb(172,249,118); }

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

background-color css

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

 a { background-color: rgb(172,249,118); }

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

border-color css

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

 span { border-color: rgb(172,249,118); }

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