Html Css Color HEX #A8D448 Conifer

📋 copy color: '#A8D448'

red 168 ◦ green 212 ◦ blue 72

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

Shades of Conifer #A8D448

Tints of Conifer #A8D448

RGB

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

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

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

R = 37.17%
G = 46.9%
B = 15.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#A8D448 (or 0xA8D448) is known color: Conifer. HEX triplet: A8, D4 and 48. RGB value is (168,212,72). Sum of RGB (Red+Green+Blue) = 168+212+72=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D448 is #572BB7. Grayscale: #B7B7B7. Windows color (decimal): -5712824 or 4773032. OLE color: 4773032.

HSL color Cylindrical-coordinate representation of color #A8D448: hue angle of 78.86º 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 #A8D448 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 72 -
CMYK 0.21 0 0.66 0.17
HSL 78.86º 0.62% 0.56% -
HSV(B) 78.86º 0.66% 0.83% -
XYZ 40.86 55.88 14.76 -
YUV 182.88 65.42 117.38 -
System Red Green Blue C M Y K H S L
Decimal 168 212 72 0.21 0 0.66 0.17 78.86 0.62 0.56
Hex A8 D4 48 15 0 42 11 4F 3E 38
Octal 250 324 110 25 0 102 21 117 76 70
Binary 10101000 11010100 1001000 10101 0 1000010 10001 1001111 111110 111000

Color Harmonies of #A8D448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D448

Black with #A8D448

Text Example


Text Example

White with #A8D448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D448; }

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

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

background-color css

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

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

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

border-color css

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

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

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