Html Css Color HEX #ACF77F Feijoa

📋 copy color: '#ACF77F'

red 172 ◦ green 247 ◦ blue 127

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

Shades of Feijoa #ACF77F

Tints of Feijoa #ACF77F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.24%

 BLUE value IS 127 (50% from 255) = 23.26%

R = 31.5%
G = 45.24%
B = 23.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#ACF77F (or 0xACF77F) is known color: Feijoa. HEX triplet: AC, F7 and 7F. RGB value is (172,247,127). Sum of RGB (Red+Green+Blue) = 172+247+127=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF77F is #530880. Grayscale: #D3D3D3. Windows color (decimal): -5441665 or 8386476. OLE color: 8386476.

HSL color Cylindrical-coordinate representation of color #ACF77F: hue angle of 97.5º degrees, saturation: 0.88, 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 #ACF77F is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 127 -
CMYK 0.30 0 0.49 0.03
HSL 97.5º 0.88% 0.73% -
HSV(B) 97.5º 0.49% 0.97% -
XYZ 54.1 76.82 32.06 -
YUV 210.9 80.65 100.26 -
System Red Green Blue C M Y K H S L
Decimal 172 247 127 0.30 0 0.49 0.03 97.5 0.88 0.73
Hex AC F7 7F 1E 0 31 3 62 58 49
Octal 254 367 177 36 0 61 3 142 130 111
Binary 10101100 11110111 1111111 11110 0 110001 11 1100010 1011000 1001001

Color Harmonies of #ACF77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF77F

Black with #ACF77F

Text Example


Text Example

White with #ACF77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF77F; }

 p { color: rgb(172,247,127); }

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

background-color css

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

 a { background-color: rgb(172,247,127); }

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

border-color css

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

 span { border-color: rgb(172,247,127); }

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