Html Css Color HEX #ACF081 Feijoa

📋 copy color: '#ACF081'

red 172 ◦ green 240 ◦ blue 129

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

Shades of Feijoa #ACF081

Tints of Feijoa #ACF081

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.36%

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

R = 31.79%
G = 44.36%
B = 23.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#ACF081 (or 0xACF081) is known color: Feijoa. HEX triplet: AC, F0 and 81. RGB value is (172,240,129). Sum of RGB (Red+Green+Blue) = 172+240+129=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF081 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF081 is #530F7E. Grayscale: #CFCFCF. Windows color (decimal): -5443455 or 8515756. OLE color: 8515756.

HSL color Cylindrical-coordinate representation of color #ACF081: hue angle of 96.76º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF081 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 129 -
CMYK 0.28 0 0.46 0.06
HSL 96.76º 0.79% 0.72% -
HSV(B) 96.76º 0.46% 0.94% -
XYZ 52.14 72.68 32.05 -
YUV 207.01 83.97 103.03 -
System Red Green Blue C M Y K H S L
Decimal 172 240 129 0.28 0 0.46 0.06 96.76 0.79 0.72
Hex AC F0 81 1C 0 2E 6 61 4F 48
Octal 254 360 201 34 0 56 6 141 117 110
Binary 10101100 11110000 10000001 11100 0 101110 110 1100001 1001111 1001000

Color Harmonies of #ACF081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF081

Black with #ACF081

Text Example


Text Example

White with #ACF081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF081; }

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

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

background-color css

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

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

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

border-color css

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

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

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