Html Css Color HEX #ACF287 Feijoa

📋 copy color: '#ACF287'

red 172 ◦ green 242 ◦ blue 135

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

Shades of Feijoa #ACF287

Tints of Feijoa #ACF287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 24.59%

R = 31.33%
G = 44.08%
B = 24.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#ACF287 (or 0xACF287) is known color: Feijoa. HEX triplet: AC, F2 and 87. RGB value is (172,242,135). Sum of RGB (Red+Green+Blue) = 172+242+135=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 135 (53.12% from 255 or 24.59% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF287 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF287 is #530D78. Grayscale: #D1D1D1. Windows color (decimal): -5442937 or 8909484. OLE color: 8909484.

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

Color convert

RGB 172 242 135 -
CMYK 0.29 0 0.44 0.05
HSL 99.25º 0.8% 0.74% -
HSV(B) 99.25º 0.44% 0.95% -
XYZ 53.14 74.02 34.41 -
YUV 208.87 86.31 101.7 -
System Red Green Blue C M Y K H S L
Decimal 172 242 135 0.29 0 0.44 0.05 99.25 0.8 0.74
Hex AC F2 87 1D 0 2C 5 63 50 4A
Octal 254 362 207 35 0 54 5 143 120 112
Binary 10101100 11110010 10000111 11101 0 101100 101 1100011 1010000 1001010

Color Harmonies of #ACF287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF287

Black with #ACF287

Text Example


Text Example

White with #ACF287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF287; }

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

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

background-color css

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

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

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

border-color css

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

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

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