Html Css Color HEX #ACF978 Feijoa

📋 copy color: '#ACF978'

red 172 ◦ green 249 ◦ blue 120

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

Shades of Feijoa #ACF978

Tints of Feijoa #ACF978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.18%

R = 31.79%
G = 46.03%
B = 22.18%

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

#ACF978 (or 0xACF978) is known color: Feijoa. HEX triplet: AC, F9 and 78. RGB value is (172,249,120). Sum of RGB (Red+Green+Blue) = 172+249+120=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF978 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF978 is #530687. Grayscale: #D3D3D3. Windows color (decimal): -5441160 or 7928236. OLE color: 7928236.

HSL color Cylindrical-coordinate representation of color #ACF978: hue angle of 95.81º degrees, saturation: 0.91, 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 #ACF978 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 120 -
CMYK 0.31 0 0.52 0.02
HSL 95.81º 0.91% 0.72% -
HSV(B) 95.81º 0.52% 0.98% -
XYZ 54.28 77.88 29.94 -
YUV 211.27 76.49 99.99 -
System Red Green Blue C M Y K H S L
Decimal 172 249 120 0.31 0 0.52 0.02 95.81 0.91 0.72
Hex AC F9 78 1F 0 34 2 60 5B 48
Octal 254 371 170 37 0 64 2 140 133 110
Binary 10101100 11111001 1111000 11111 0 110100 10 1100000 1011011 1001000

Color Harmonies of #ACF978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF978

Black with #ACF978

Text Example


Text Example

White with #ACF978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF978; }

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

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

background-color css

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

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

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

border-color css

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

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

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