Html Css Color HEX #ACF97F Feijoa

📋 copy color: '#ACF97F'

red 172 ◦ green 249 ◦ blue 127

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

Shades of Feijoa #ACF97F

Tints of Feijoa #ACF97F

RGB

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

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

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

R = 31.39%
G = 45.44%
B = 23.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#ACF97F (or 0xACF97F) is known color: Feijoa. HEX triplet: AC, F9 and 7F. RGB value is (172,249,127). Sum of RGB (Red+Green+Blue) = 172+249+127=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF97F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF97F is #530680. Grayscale: #D4D4D4. Windows color (decimal): -5441153 or 8386988. OLE color: 8386988.

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

Color convert

RGB 172 249 127 -
CMYK 0.31 0 0.49 0.02
HSL 97.87º 0.91% 0.74% -
HSV(B) 97.87º 0.49% 0.98% -
XYZ 54.72 78.05 32.26 -
YUV 212.07 79.99 99.42 -
System Red Green Blue C M Y K H S L
Decimal 172 249 127 0.31 0 0.49 0.02 97.87 0.91 0.74
Hex AC F9 7F 1F 0 31 2 62 5B 4A
Octal 254 371 177 37 0 61 2 142 133 112
Binary 10101100 11111001 1111111 11111 0 110001 10 1100010 1011011 1001010

Color Harmonies of #ACF97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF97F

Black with #ACF97F

Text Example


Text Example

White with #ACF97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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