Html Css Color HEX #ACF281 Feijoa

📋 copy color: '#ACF281'

red 172 ◦ green 242 ◦ blue 129

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

Shades of Feijoa #ACF281

Tints of Feijoa #ACF281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.76%

R = 31.68%
G = 44.57%
B = 23.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#ACF281 (or 0xACF281) is known color: Feijoa. HEX triplet: AC, F2 and 81. RGB value is (172,242,129). Sum of RGB (Red+Green+Blue) = 172+242+129=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF281 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF281 is #530D7E. Grayscale: #D0D0D0. Windows color (decimal): -5442943 or 8516268. OLE color: 8516268.

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

Color convert

RGB 172 242 129 -
CMYK 0.29 0 0.47 0.05
HSL 97.17º 0.81% 0.73% -
HSV(B) 97.17º 0.47% 0.95% -
XYZ 52.73 73.86 32.25 -
YUV 208.19 83.31 102.19 -
System Red Green Blue C M Y K H S L
Decimal 172 242 129 0.29 0 0.47 0.05 97.17 0.81 0.73
Hex AC F2 81 1D 0 2F 5 61 51 49
Octal 254 362 201 35 0 57 5 141 121 111
Binary 10101100 11110010 10000001 11101 0 101111 101 1100001 1010001 1001001

Color Harmonies of #ACF281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF281

Black with #ACF281

Text Example


Text Example

White with #ACF281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF281; }

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

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

background-color css

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

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

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

border-color css

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

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

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