Html Css Color HEX #ACF983 Feijoa

📋 copy color: '#ACF983'

red 172 ◦ green 249 ◦ blue 131

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

Shades of Feijoa #ACF983

Tints of Feijoa #ACF983

RGB

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

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

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

R = 31.16%
G = 45.11%
B = 23.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#ACF983 (or 0xACF983) is known color: Feijoa. HEX triplet: AC, F9 and 83. RGB value is (172,249,131). Sum of RGB (Red+Green+Blue) = 172+249+131=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF983 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF983 is #53067C. Grayscale: #D4D4D4. Windows color (decimal): -5441149 or 8649132. OLE color: 8649132.

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

Color convert

RGB 172 249 131 -
CMYK 0.31 0 0.47 0.02
HSL 99.15º 0.91% 0.75% -
HSV(B) 99.15º 0.47% 0.98% -
XYZ 54.99 78.16 33.66 -
YUV 212.53 81.99 99.09 -
System Red Green Blue C M Y K H S L
Decimal 172 249 131 0.31 0 0.47 0.02 99.15 0.91 0.75
Hex AC F9 83 1F 0 2F 2 63 5B 4B
Octal 254 371 203 37 0 57 2 143 133 113
Binary 10101100 11111001 10000011 11111 0 101111 10 1100011 1011011 1001011

Color Harmonies of #ACF983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF983

Black with #ACF983

Text Example


Text Example

White with #ACF983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF983; }

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

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

background-color css

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

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

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

border-color css

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

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

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