Html Css Color HEX #ACF283 Feijoa

📋 copy color: '#ACF283'

red 172 ◦ green 242 ◦ blue 131

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

Shades of Feijoa #ACF283

Tints of Feijoa #ACF283

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.4%

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

R = 31.56%
G = 44.4%
B = 24.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#ACF283 (or 0xACF283) is known color: Feijoa. HEX triplet: AC, F2 and 83. RGB value is (172,242,131). Sum of RGB (Red+Green+Blue) = 172+242+131=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF283 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF283 is #530D7C. Grayscale: #D0D0D0. Windows color (decimal): -5442941 or 8647340. OLE color: 8647340.

HSL color Cylindrical-coordinate representation of color #ACF283: hue angle of 97.84º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF283 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 131 -
CMYK 0.29 0 0.46 0.05
HSL 97.84º 0.81% 0.73% -
HSV(B) 97.84º 0.46% 0.95% -
XYZ 52.86 73.91 32.95 -
YUV 208.42 84.31 102.03 -
System Red Green Blue C M Y K H S L
Decimal 172 242 131 0.29 0 0.46 0.05 97.84 0.81 0.73
Hex AC F2 83 1D 0 2E 5 62 51 49
Octal 254 362 203 35 0 56 5 142 121 111
Binary 10101100 11110010 10000011 11101 0 101110 101 1100010 1010001 1001001

Color Harmonies of #ACF283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF283

Black with #ACF283

Text Example


Text Example

White with #ACF283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF283; }

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

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

background-color css

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

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

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

border-color css

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

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

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