Html Css Color HEX #ACF38A Feijoa

📋 copy color: '#ACF38A'

red 172 ◦ green 243 ◦ blue 138

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

Shades of Feijoa #ACF38A

Tints of Feijoa #ACF38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.95%

R = 31.1%
G = 43.94%
B = 24.95%

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

#ACF38A (or 0xACF38A) is known color: Feijoa. HEX triplet: AC, F3 and 8A. RGB value is (172,243,138). Sum of RGB (Red+Green+Blue) = 172+243+138=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF38A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF38A is #530C75. Grayscale: #D2D2D2. Windows color (decimal): -5442678 or 9106348. OLE color: 9106348.

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

Color convert

RGB 172 243 138 -
CMYK 0.29 0 0.43 0.05
HSL 100.57º 0.81% 0.75% -
HSV(B) 100.57º 0.43% 0.95% -
XYZ 53.65 74.71 35.64 -
YUV 209.8 87.48 101.04 -
System Red Green Blue C M Y K H S L
Decimal 172 243 138 0.29 0 0.43 0.05 100.57 0.81 0.75
Hex AC F3 8A 1D 0 2B 5 65 51 4B
Octal 254 363 212 35 0 53 5 145 121 113
Binary 10101100 11110011 10001010 11101 0 101011 101 1100101 1010001 1001011

Color Harmonies of #ACF38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF38A

Black with #ACF38A

Text Example


Text Example

White with #ACF38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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