Html Css Color HEX #A8D548 Conifer

📋 copy color: '#A8D548'

red 168 ◦ green 213 ◦ blue 72

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

Shades of Conifer #A8D548

Tints of Conifer #A8D548

RGB

 RED value IS 168 (66.02% from 255) = 37.09%

 GREEN value IS 213 (83.59% from 255) = 47.02%

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

R = 37.09%
G = 47.02%
B = 15.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#A8D548 (or 0xA8D548) is known color: Conifer. HEX triplet: A8, D5 and 48. RGB value is (168,213,72). Sum of RGB (Red+Green+Blue) = 168+213+72=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D548 is #572AB7. Grayscale: #B7B7B7. Windows color (decimal): -5712568 or 4773288. OLE color: 4773288.

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

Color convert

RGB 168 213 72 -
CMYK 0.21 0 0.66 0.16
HSL 79.15º 0.63% 0.56% -
HSV(B) 79.15º 0.66% 0.84% -
XYZ 41.11 56.38 14.85 -
YUV 183.47 65.09 116.96 -
System Red Green Blue C M Y K H S L
Decimal 168 213 72 0.21 0 0.66 0.16 79.15 0.63 0.56
Hex A8 D5 48 15 0 42 10 4F 3F 38
Octal 250 325 110 25 0 102 20 117 77 70
Binary 10101000 11010101 1001000 10101 0 1000010 10000 1001111 111111 111000

Color Harmonies of #A8D548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D548

Black with #A8D548

Text Example


Text Example

White with #A8D548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D548; }

 p { color: rgb(168,213,72); }

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

background-color css

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

 a { background-color: rgb(168,213,72); }

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

border-color css

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

 span { border-color: rgb(168,213,72); }

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