Html Css Color HEX #ACF977 Feijoa

📋 copy color: '#ACF977'

red 172 ◦ green 249 ◦ blue 119

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

Shades of Feijoa #ACF977

Tints of Feijoa #ACF977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.04%

R = 31.85%
G = 46.11%
B = 22.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#ACF977 (or 0xACF977) is known color: Feijoa. HEX triplet: AC, F9 and 77. RGB value is (172,249,119). Sum of RGB (Red+Green+Blue) = 172+249+119=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF977 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF977 is #530688. Grayscale: #D3D3D3. Windows color (decimal): -5441161 or 7862700. OLE color: 7862700.

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

Color convert

RGB 172 249 119 -
CMYK 0.31 0 0.52 0.02
HSL 95.54º 0.92% 0.72% -
HSV(B) 95.54º 0.52% 0.98% -
XYZ 54.22 77.85 29.62 -
YUV 211.16 75.99 100.07 -
System Red Green Blue C M Y K H S L
Decimal 172 249 119 0.31 0 0.52 0.02 95.54 0.92 0.72
Hex AC F9 77 1F 0 34 2 60 5C 48
Octal 254 371 167 37 0 64 2 140 134 110
Binary 10101100 11111001 1110111 11111 0 110100 10 1100000 1011100 1001000

Color Harmonies of #ACF977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF977

Black with #ACF977

Text Example


Text Example

White with #ACF977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF977; }

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

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

background-color css

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

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

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

border-color css

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

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

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