Html Css Color HEX #ACD748 Conifer

📋 copy color: '#ACD748'

red 172 ◦ green 215 ◦ blue 72

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

Shades of Conifer #ACD748

Tints of Conifer #ACD748

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.84%

 BLUE value IS 72 (28.52% from 255) = 15.69%

R = 37.47%
G = 46.84%
B = 15.69%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#ACD748 (or 0xACD748) is known color: Conifer. HEX triplet: AC, D7 and 48. RGB value is (172,215,72). Sum of RGB (Red+Green+Blue) = 172+215+72=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD748 is #5328B7. Grayscale: #BABABA. Windows color (decimal): -5449912 or 4773804. OLE color: 4773804.

HSL color Cylindrical-coordinate representation of color #ACD748: hue angle of 78.04º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACD748 is Cyan = 0.2, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 72 -
CMYK 0.2 0 0.67 0.16
HSL 78.04º 0.64% 0.56% -
HSV(B) 78.04º 0.67% 0.84% -
XYZ 42.48 57.84 15.06 -
YUV 185.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 172 215 72 0.2 0 0.67 0.16 78.04 0.64 0.56
Hex AC D7 48 14 0 43 10 4E 40 38
Octal 254 327 110 24 0 103 20 116 100 70
Binary 10101100 11010111 1001000 10100 0 1000011 10000 1001110 1000000 111000

Color Harmonies of #ACD748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD748

Black with #ACD748

Text Example


Text Example

White with #ACD748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD748; }

 p { color: rgb(172,215,72); }

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

background-color css

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

 a { background-color: rgb(172,215,72); }

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

border-color css

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

 span { border-color: rgb(172,215,72); }

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