Html Css Color HEX #ACF781 Feijoa

📋 copy color: '#ACF781'

red 172 ◦ green 247 ◦ blue 129

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

Shades of Feijoa #ACF781

Tints of Feijoa #ACF781

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.07%

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

R = 31.39%
G = 45.07%
B = 23.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#ACF781 (or 0xACF781) is known color: Feijoa. HEX triplet: AC, F7 and 81. RGB value is (172,247,129). Sum of RGB (Red+Green+Blue) = 172+247+129=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF781 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF781 is #53087E. Grayscale: #D3D3D3. Windows color (decimal): -5441663 or 8517548. OLE color: 8517548.

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

Color convert

RGB 172 247 129 -
CMYK 0.30 0 0.48 0.03
HSL 98.14º 0.88% 0.74% -
HSV(B) 98.14º 0.48% 0.97% -
XYZ 54.24 76.88 32.75 -
YUV 211.12 81.65 100.09 -
System Red Green Blue C M Y K H S L
Decimal 172 247 129 0.30 0 0.48 0.03 98.14 0.88 0.74
Hex AC F7 81 1E 0 30 3 62 58 4A
Octal 254 367 201 36 0 60 3 142 130 112
Binary 10101100 11110111 10000001 11110 0 110000 11 1100010 1011000 1001010

Color Harmonies of #ACF781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF781

Black with #ACF781

Text Example


Text Example

White with #ACF781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF781; }

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

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

background-color css

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

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

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

border-color css

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

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

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