Html Css Color HEX #ACF380 Feijoa

📋 copy color: '#ACF380'

red 172 ◦ green 243 ◦ blue 128

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

Shades of Feijoa #ACF380

Tints of Feijoa #ACF380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.57%

R = 31.68%
G = 44.75%
B = 23.57%

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

#ACF380 (or 0xACF380) is known color: Feijoa. HEX triplet: AC, F3 and 80. RGB value is (172,243,128). Sum of RGB (Red+Green+Blue) = 172+243+128=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF380 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF380 is #530C7F. Grayscale: #D1D1D1. Windows color (decimal): -5442688 or 8450988. OLE color: 8450988.

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

Color convert

RGB 172 243 128 -
CMYK 0.29 0 0.47 0.05
HSL 97.04º 0.83% 0.73% -
HSV(B) 97.04º 0.47% 0.95% -
XYZ 52.96 74.43 32 -
YUV 208.66 82.48 101.85 -
System Red Green Blue C M Y K H S L
Decimal 172 243 128 0.29 0 0.47 0.05 97.04 0.83 0.73
Hex AC F3 80 1D 0 2F 5 61 53 49
Octal 254 363 200 35 0 57 5 141 123 111
Binary 10101100 11110011 10000000 11101 0 101111 101 1100001 1010011 1001001

Color Harmonies of #ACF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF380

Black with #ACF380

Text Example


Text Example

White with #ACF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF380; }

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

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

background-color css

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

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

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

border-color css

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

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

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