Html Css Color HEX #ACD448 Conifer

📋 copy color: '#ACD448'

red 172 ◦ green 212 ◦ blue 72

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

Shades of Conifer #ACD448

Tints of Conifer #ACD448

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.49%

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

R = 37.72%
G = 46.49%
B = 15.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#ACD448 (or 0xACD448) is known color: Conifer. HEX triplet: AC, D4 and 48. RGB value is (172,212,72). Sum of RGB (Red+Green+Blue) = 172+212+72=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD448 is #532BB7. Grayscale: #B8B8B8. Windows color (decimal): -5450680 or 4773036. OLE color: 4773036.

HSL color Cylindrical-coordinate representation of color #ACD448: hue angle of 77.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACD448 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 72 -
CMYK 0.19 0 0.66 0.17
HSL 77.14º 0.62% 0.56% -
HSV(B) 77.14º 0.66% 0.83% -
XYZ 41.73 56.33 14.8 -
YUV 184.08 64.75 119.38 -
System Red Green Blue C M Y K H S L
Decimal 172 212 72 0.19 0 0.66 0.17 77.14 0.62 0.56
Hex AC D4 48 13 0 42 11 4D 3E 38
Octal 254 324 110 23 0 102 21 115 76 70
Binary 10101100 11010100 1001000 10011 0 1000010 10001 1001101 111110 111000

Color Harmonies of #ACD448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD448

Black with #ACD448

Text Example


Text Example

White with #ACD448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD448; }

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

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

background-color css

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

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

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

border-color css

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

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

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