Html Css Color HEX #ACF274 Feijoa

📋 copy color: '#ACF274'

red 172 ◦ green 242 ◦ blue 116

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

Shades of Feijoa #ACF274

Tints of Feijoa #ACF274

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.66%

 BLUE value IS 116 (45.7% from 255) = 21.89%

R = 32.45%
G = 45.66%
B = 21.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#ACF274 (or 0xACF274) is known color: Feijoa. HEX triplet: AC, F2 and 74. RGB value is (172,242,116). Sum of RGB (Red+Green+Blue) = 172+242+116=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF274 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF274 is #530D8B. Grayscale: #CFCFCF. Windows color (decimal): -5442956 or 7664300. OLE color: 7664300.

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

Color convert

RGB 172 242 116 -
CMYK 0.29 0 0.52 0.05
HSL 93.33º 0.83% 0.7% -
HSV(B) 93.33º 0.52% 0.95% -
XYZ 51.92 73.54 27.98 -
YUV 206.71 76.81 103.25 -
System Red Green Blue C M Y K H S L
Decimal 172 242 116 0.29 0 0.52 0.05 93.33 0.83 0.7
Hex AC F2 74 1D 0 34 5 5D 53 46
Octal 254 362 164 35 0 64 5 135 123 106
Binary 10101100 11110010 1110100 11101 0 110100 101 1011101 1010011 1000110

Color Harmonies of #ACF274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF274

Black with #ACF274

Text Example


Text Example

White with #ACF274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF274; }

 p { color: rgb(172,242,116); }

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

background-color css

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

 a { background-color: rgb(172,242,116); }

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

border-color css

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

 span { border-color: rgb(172,242,116); }

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