Html Css Color HEX #ACF384 Feijoa

📋 copy color: '#ACF384'

red 172 ◦ green 243 ◦ blue 132

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

Shades of Feijoa #ACF384

Tints of Feijoa #ACF384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.13%

R = 31.44%
G = 44.42%
B = 24.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#ACF384 (or 0xACF384) is known color: Feijoa. HEX triplet: AC, F3 and 84. RGB value is (172,243,132). Sum of RGB (Red+Green+Blue) = 172+243+132=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF384 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF384 is #530C7B. Grayscale: #D1D1D1. Windows color (decimal): -5442684 or 8713132. OLE color: 8713132.

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

Color convert

RGB 172 243 132 -
CMYK 0.29 0 0.46 0.05
HSL 98.38º 0.82% 0.74% -
HSV(B) 98.38º 0.46% 0.95% -
XYZ 53.23 74.54 33.41 -
YUV 209.12 84.48 101.53 -
System Red Green Blue C M Y K H S L
Decimal 172 243 132 0.29 0 0.46 0.05 98.38 0.82 0.74
Hex AC F3 84 1D 0 2E 5 62 52 4A
Octal 254 363 204 35 0 56 5 142 122 112
Binary 10101100 11110011 10000100 11101 0 101110 101 1100010 1010010 1001010

Color Harmonies of #ACF384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF384

Black with #ACF384

Text Example


Text Example

White with #ACF384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF384; }

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

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

background-color css

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

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

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

border-color css

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

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

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