Html Css Color HEX #ACF083 Feijoa

📋 copy color: '#ACF083'

red 172 ◦ green 240 ◦ blue 131

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

Shades of Feijoa #ACF083

Tints of Feijoa #ACF083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.13%

R = 31.68%
G = 44.2%
B = 24.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#ACF083 (or 0xACF083) is known color: Feijoa. HEX triplet: AC, F0 and 83. RGB value is (172,240,131). Sum of RGB (Red+Green+Blue) = 172+240+131=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF083 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF083 is #530F7C. Grayscale: #CFCFCF. Windows color (decimal): -5443453 or 8646828. OLE color: 8646828.

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

Color convert

RGB 172 240 131 -
CMYK 0.28 0 0.45 0.06
HSL 97.43º 0.78% 0.73% -
HSV(B) 97.43º 0.45% 0.94% -
XYZ 52.27 72.73 32.76 -
YUV 207.24 84.97 102.86 -
System Red Green Blue C M Y K H S L
Decimal 172 240 131 0.28 0 0.45 0.06 97.43 0.78 0.73
Hex AC F0 83 1C 0 2D 6 61 4E 49
Octal 254 360 203 34 0 55 6 141 116 111
Binary 10101100 11110000 10000011 11100 0 101101 110 1100001 1001110 1001001

Color Harmonies of #ACF083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF083

Black with #ACF083

Text Example


Text Example

White with #ACF083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF083; }

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

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

background-color css

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

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

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

border-color css

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

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

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