Html Css Color HEX #ACF381 Feijoa

📋 copy color: '#ACF381'

red 172 ◦ green 243 ◦ blue 129

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

Shades of Feijoa #ACF381

Tints of Feijoa #ACF381

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.67%

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

R = 31.62%
G = 44.67%
B = 23.71%

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

#ACF381 (or 0xACF381) is known color: Feijoa. HEX triplet: AC, F3 and 81. RGB value is (172,243,129). Sum of RGB (Red+Green+Blue) = 172+243+129=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF381 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF381 is #530C7E. Grayscale: #D1D1D1. Windows color (decimal): -5442687 or 8516524. OLE color: 8516524.

HSL color Cylindrical-coordinate representation of color #ACF381: hue angle of 97.37º degrees, saturation: 0.83, 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 #ACF381 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 129 -
CMYK 0.29 0 0.47 0.05
HSL 97.37º 0.83% 0.73% -
HSV(B) 97.37º 0.47% 0.95% -
XYZ 53.03 74.46 32.35 -
YUV 208.78 82.98 101.77 -
System Red Green Blue C M Y K H S L
Decimal 172 243 129 0.29 0 0.47 0.05 97.37 0.83 0.73
Hex AC F3 81 1D 0 2F 5 61 53 49
Octal 254 363 201 35 0 57 5 141 123 111
Binary 10101100 11110011 10000001 11101 0 101111 101 1100001 1010011 1001001

Color Harmonies of #ACF381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF381

Black with #ACF381

Text Example


Text Example

White with #ACF381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF381; }

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

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

background-color css

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

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

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

border-color css

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

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

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