Html Css Color HEX #A8ED49 Conifer

📋 copy color: '#A8ED49'

red 168 ◦ green 237 ◦ blue 73

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

Shades of Conifer #A8ED49

Tints of Conifer #A8ED49

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.58%

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

R = 35.15%
G = 49.58%
B = 15.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#A8ED49 (or 0xA8ED49) is known color: Conifer. HEX triplet: A8, ED and 49. RGB value is (168,237,73). Sum of RGB (Red+Green+Blue) = 168+237+73=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8ED49 is #5712B6. Grayscale: #C6C6C6. Windows color (decimal): -5706423 or 4844968. OLE color: 4844968.

HSL color Cylindrical-coordinate representation of color #A8ED49: hue angle of 85.24º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8ED49 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 237 73 -
CMYK 0.29 0 0.69 0.07
HSL 85.24º 0.82% 0.61% -
HSV(B) 85.24º 0.69% 0.93% -
XYZ 47.64 69.37 17.18 -
YUV 197.67 57.64 106.84 -
System Red Green Blue C M Y K H S L
Decimal 168 237 73 0.29 0 0.69 0.07 85.24 0.82 0.61
Hex A8 ED 49 1D 0 45 7 55 52 3D
Octal 250 355 111 35 0 105 7 125 122 75
Binary 10101000 11101101 1001001 11101 0 1000101 111 1010101 1010010 111101

Color Harmonies of #A8ED49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ED49

Black with #A8ED49

Text Example


Text Example

White with #A8ED49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ED49; }

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

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

background-color css

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

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

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

border-color css

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

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

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