Html Css Color HEX #A8D449 Conifer

📋 copy color: '#A8D449'

red 168 ◦ green 212 ◦ blue 73

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

Shades of Conifer #A8D449

Tints of Conifer #A8D449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.11%

R = 37.09%
G = 46.8%
B = 16.11%

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

#A8D449 (or 0xA8D449) is known color: Conifer. HEX triplet: A8, D4 and 49. RGB value is (168,212,73). Sum of RGB (Red+Green+Blue) = 168+212+73=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D449 is #572BB6. Grayscale: #B7B7B7. Windows color (decimal): -5712823 or 4838568. OLE color: 4838568.

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

Color convert

RGB 168 212 73 -
CMYK 0.21 0 0.66 0.17
HSL 78.99º 0.62% 0.56% -
HSV(B) 78.99º 0.66% 0.83% -
XYZ 40.89 55.89 14.94 -
YUV 183 65.92 117.3 -
System Red Green Blue C M Y K H S L
Decimal 168 212 73 0.21 0 0.66 0.17 78.99 0.62 0.56
Hex A8 D4 49 15 0 42 11 4F 3E 38
Octal 250 324 111 25 0 102 21 117 76 70
Binary 10101000 11010100 1001001 10101 0 1000010 10001 1001111 111110 111000

Color Harmonies of #A8D449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D449

Black with #A8D449

Text Example


Text Example

White with #A8D449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D449; }

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

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

background-color css

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

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

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

border-color css

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

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

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