Html Css Color HEX #ACF06F Feijoa

📋 copy color: '#ACF06F'

red 172 ◦ green 240 ◦ blue 111

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

Shades of Feijoa #ACF06F

Tints of Feijoa #ACF06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.22%

R = 32.89%
G = 45.89%
B = 21.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#ACF06F (or 0xACF06F) is known color: Feijoa. HEX triplet: AC, F0 and 6F. RGB value is (172,240,111). Sum of RGB (Red+Green+Blue) = 172+240+111=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF06F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF06F is #530F90. Grayscale: #CDCDCD. Windows color (decimal): -5443473 or 7336108. OLE color: 7336108.

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

Color convert

RGB 172 240 111 -
CMYK 0.28 0 0.54 0.06
HSL 91.63º 0.81% 0.69% -
HSV(B) 91.63º 0.54% 0.94% -
XYZ 51.04 72.24 26.29 -
YUV 204.96 74.97 104.49 -
System Red Green Blue C M Y K H S L
Decimal 172 240 111 0.28 0 0.54 0.06 91.63 0.81 0.69
Hex AC F0 6F 1C 0 36 6 5C 51 45
Octal 254 360 157 34 0 66 6 134 121 105
Binary 10101100 11110000 1101111 11100 0 110110 110 1011100 1010001 1000101

Color Harmonies of #ACF06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF06F

Black with #ACF06F

Text Example


Text Example

White with #ACF06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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