Html Css Color HEX #ACF086 Feijoa

📋 copy color: '#ACF086'

red 172 ◦ green 240 ◦ blue 134

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

Shades of Feijoa #ACF086

Tints of Feijoa #ACF086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.54%

R = 31.5%
G = 43.96%
B = 24.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#ACF086 (or 0xACF086) is known color: Feijoa. HEX triplet: AC, F0 and 86. RGB value is (172,240,134). Sum of RGB (Red+Green+Blue) = 172+240+134=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF086 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF086 is #530F79. Grayscale: #CFCFCF. Windows color (decimal): -5443450 or 8843436. OLE color: 8843436.

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

Color convert

RGB 172 240 134 -
CMYK 0.28 0 0.44 0.06
HSL 98.49º 0.78% 0.73% -
HSV(B) 98.49º 0.44% 0.94% -
XYZ 52.48 72.81 33.84 -
YUV 207.58 86.47 102.62 -
System Red Green Blue C M Y K H S L
Decimal 172 240 134 0.28 0 0.44 0.06 98.49 0.78 0.73
Hex AC F0 86 1C 0 2C 6 62 4E 49
Octal 254 360 206 34 0 54 6 142 116 111
Binary 10101100 11110000 10000110 11100 0 101100 110 1100010 1001110 1001001

Color Harmonies of #ACF086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF086

Black with #ACF086

Text Example


Text Example

White with #ACF086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF086; }

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

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

background-color css

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

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

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

border-color css

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

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

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