Html Css Color HEX #ACF38D Granny Smith Apple

📋 copy color: '#ACF38D'

red 172 ◦ green 243 ◦ blue 141

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

Shades of Granny Smith Apple #ACF38D

Tints of Granny Smith Apple #ACF38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.36%

R = 30.94%
G = 43.71%
B = 25.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#ACF38D (or 0xACF38D) is known color: Granny Smith Apple. HEX triplet: AC, F3 and 8D. RGB value is (172,243,141). Sum of RGB (Red+Green+Blue) = 172+243+141=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF38D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF38D is #530C72. Grayscale: #D2D2D2. Windows color (decimal): -5442675 or 9302956. OLE color: 9302956.

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

Color convert

RGB 172 243 141 -
CMYK 0.29 0 0.42 0.05
HSL 101.76º 0.81% 0.75% -
HSV(B) 101.76º 0.42% 0.95% -
XYZ 53.87 74.79 36.8 -
YUV 210.14 88.98 100.79 -
System Red Green Blue C M Y K H S L
Decimal 172 243 141 0.29 0 0.42 0.05 101.76 0.81 0.75
Hex AC F3 8D 1D 0 2A 5 66 51 4B
Octal 254 363 215 35 0 52 5 146 121 113
Binary 10101100 11110011 10001101 11101 0 101010 101 1100110 1010001 1001011

Color Harmonies of #ACF38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF38D

Black with #ACF38D

Text Example


Text Example

White with #ACF38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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