Html Css Color HEX #A8E048 Conifer

📋 copy color: '#A8E048'

red 168 ◦ green 224 ◦ blue 72

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

Shades of Conifer #A8E048

Tints of Conifer #A8E048

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.28%

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

R = 36.21%
G = 48.28%
B = 15.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#A8E048 (or 0xA8E048) is known color: Conifer. HEX triplet: A8, E0 and 48. RGB value is (168,224,72). Sum of RGB (Red+Green+Blue) = 168+224+72=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E048 is #571FB7. Grayscale: #BEBEBE. Windows color (decimal): -5709752 or 4776104. OLE color: 4776104.

HSL color Cylindrical-coordinate representation of color #A8E048: hue angle of 82.11º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8E048 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 224 72 -
CMYK 0.25 0 0.68 0.12
HSL 82.11º 0.71% 0.58% -
HSV(B) 82.11º 0.68% 0.88% -
XYZ 43.97 62.1 15.8 -
YUV 189.93 61.45 112.36 -
System Red Green Blue C M Y K H S L
Decimal 168 224 72 0.25 0 0.68 0.12 82.11 0.71 0.58
Hex A8 E0 48 19 0 44 C 52 47 3A
Octal 250 340 110 31 0 104 14 122 107 72
Binary 10101000 11100000 1001000 11001 0 1000100 1100 1010010 1000111 111010

Color Harmonies of #A8E048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E048

Black with #A8E048

Text Example


Text Example

White with #A8E048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E048; }

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

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

background-color css

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

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

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

border-color css

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

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

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