Html Css Color HEX #ACF28B Feijoa

📋 copy color: '#ACF28B'

red 172 ◦ green 242 ◦ blue 139

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

Shades of Feijoa #ACF28B

Tints of Feijoa #ACF28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.14%

R = 31.1%
G = 43.76%
B = 25.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#ACF28B (or 0xACF28B) is known color: Feijoa. HEX triplet: AC, F2 and 8B. RGB value is (172,242,139). Sum of RGB (Red+Green+Blue) = 172+242+139=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF28B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF28B is #530D74. Grayscale: #D1D1D1. Windows color (decimal): -5442933 or 9171628. OLE color: 9171628.

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

Color convert

RGB 172 242 139 -
CMYK 0.29 0 0.43 0.05
HSL 100.78º 0.8% 0.75% -
HSV(B) 100.78º 0.43% 0.95% -
XYZ 53.43 74.14 35.92 -
YUV 209.33 88.31 101.38 -
System Red Green Blue C M Y K H S L
Decimal 172 242 139 0.29 0 0.43 0.05 100.78 0.8 0.75
Hex AC F2 8B 1D 0 2B 5 65 50 4B
Octal 254 362 213 35 0 53 5 145 120 113
Binary 10101100 11110010 10001011 11101 0 101011 101 1100101 1010000 1001011

Color Harmonies of #ACF28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF28B

Black with #ACF28B

Text Example


Text Example

White with #ACF28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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