Html Css Color HEX #ACF07F Feijoa

📋 copy color: '#ACF07F'

red 172 ◦ green 240 ◦ blue 127

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

Shades of Feijoa #ACF07F

Tints of Feijoa #ACF07F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.53%

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

R = 31.91%
G = 44.53%
B = 23.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#ACF07F (or 0xACF07F) is known color: Feijoa. HEX triplet: AC, F0 and 7F. RGB value is (172,240,127). Sum of RGB (Red+Green+Blue) = 172+240+127=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF07F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF07F is #530F80. Grayscale: #CFCFCF. Windows color (decimal): -5443457 or 8384684. OLE color: 8384684.

HSL color Cylindrical-coordinate representation of color #ACF07F: hue angle of 96.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACF07F is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 127 -
CMYK 0.28 0 0.47 0.06
HSL 96.11º 0.79% 0.72% -
HSV(B) 96.11º 0.47% 0.94% -
XYZ 52 72.62 31.36 -
YUV 206.79 82.97 103.19 -
System Red Green Blue C M Y K H S L
Decimal 172 240 127 0.28 0 0.47 0.06 96.11 0.79 0.72
Hex AC F0 7F 1C 0 2F 6 60 4F 48
Octal 254 360 177 34 0 57 6 140 117 110
Binary 10101100 11110000 1111111 11100 0 101111 110 1100000 1001111 1001000

Color Harmonies of #ACF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF07F

Black with #ACF07F

Text Example


Text Example

White with #ACF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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