Html Css Color HEX #A8E240 Conifer

📋 copy color: '#A8E240'

red 168 ◦ green 226 ◦ blue 64

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

Shades of Conifer #A8E240

Tints of Conifer #A8E240

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.34%

 BLUE value IS 64 (25.39% from 255) = 13.97%

R = 36.68%
G = 49.34%
B = 13.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#A8E240 (or 0xA8E240) is known color: Conifer. HEX triplet: A8, E2 and 40. RGB value is (168,226,64). Sum of RGB (Red+Green+Blue) = 168+226+64=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E240 is #571DBF. Grayscale: #BEBEBE. Windows color (decimal): -5709248 or 4252328. OLE color: 4252328.

HSL color Cylindrical-coordinate representation of color #A8E240: hue angle of 81.48º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8E240 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 226 64 -
CMYK 0.26 0 0.72 0.11
HSL 81.48º 0.74% 0.57% -
HSV(B) 81.48º 0.72% 0.89% -
XYZ 44.27 63.09 14.69 -
YUV 190.19 56.78 112.17 -
System Red Green Blue C M Y K H S L
Decimal 168 226 64 0.26 0 0.72 0.11 81.48 0.74 0.57
Hex A8 E2 40 1A 0 48 B 51 4A 39
Octal 250 342 100 32 0 110 13 121 112 71
Binary 10101000 11100010 1000000 11010 0 1001000 1011 1010001 1001010 111001

Color Harmonies of #A8E240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E240

Black with #A8E240

Text Example


Text Example

White with #A8E240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E240; }

 p { color: rgb(168,226,64); }

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

background-color css

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

 a { background-color: rgb(168,226,64); }

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

border-color css

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

 span { border-color: rgb(168,226,64); }

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