Html Css Color HEX #ACF277 Feijoa

📋 copy color: '#ACF277'

red 172 ◦ green 242 ◦ blue 119

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

Shades of Feijoa #ACF277

Tints of Feijoa #ACF277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.33%

R = 32.27%
G = 45.4%
B = 22.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#ACF277 (or 0xACF277) is known color: Feijoa. HEX triplet: AC, F2 and 77. RGB value is (172,242,119). Sum of RGB (Red+Green+Blue) = 172+242+119=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF277 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF277 is #530D88. Grayscale: #CFCFCF. Windows color (decimal): -5442953 or 7860908. OLE color: 7860908.

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

Color convert

RGB 172 242 119 -
CMYK 0.29 0 0.51 0.05
HSL 94.15º 0.83% 0.71% -
HSV(B) 94.15º 0.51% 0.95% -
XYZ 52.1 73.61 28.91 -
YUV 207.05 78.31 103 -
System Red Green Blue C M Y K H S L
Decimal 172 242 119 0.29 0 0.51 0.05 94.15 0.83 0.71
Hex AC F2 77 1D 0 33 5 5E 53 47
Octal 254 362 167 35 0 63 5 136 123 107
Binary 10101100 11110010 1110111 11101 0 110011 101 1011110 1010011 1000111

Color Harmonies of #ACF277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF277

Black with #ACF277

Text Example


Text Example

White with #ACF277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF277; }

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

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

background-color css

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

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

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

border-color css

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

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

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