Html Css Color HEX #ACF883 Feijoa

📋 copy color: '#ACF883'

red 172 ◦ green 248 ◦ blue 131

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

Shades of Feijoa #ACF883

Tints of Feijoa #ACF883

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.01%

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

R = 31.22%
G = 45.01%
B = 23.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#ACF883 (or 0xACF883) is known color: Feijoa. HEX triplet: AC, F8 and 83. RGB value is (172,248,131). Sum of RGB (Red+Green+Blue) = 172+248+131=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF883 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF883 is #53077C. Grayscale: #D4D4D4. Windows color (decimal): -5441405 or 8648876. OLE color: 8648876.

HSL color Cylindrical-coordinate representation of color #ACF883: hue angle of 98.97º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACF883 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 131 -
CMYK 0.31 0 0.47 0.03
HSL 98.97º 0.89% 0.74% -
HSV(B) 98.97º 0.47% 0.97% -
XYZ 54.68 77.54 33.56 -
YUV 211.94 82.32 99.51 -
System Red Green Blue C M Y K H S L
Decimal 172 248 131 0.31 0 0.47 0.03 98.97 0.89 0.74
Hex AC F8 83 1F 0 2F 3 63 59 4A
Octal 254 370 203 37 0 57 3 143 131 112
Binary 10101100 11111000 10000011 11111 0 101111 11 1100011 1011001 1001010

Color Harmonies of #ACF883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF883

Black with #ACF883

Text Example


Text Example

White with #ACF883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF883; }

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

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

background-color css

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

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

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

border-color css

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

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

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