Html Css Color HEX #A8EC41 Conifer

📋 copy color: '#A8EC41'

red 168 ◦ green 236 ◦ blue 65

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

Shades of Conifer #A8EC41

Tints of Conifer #A8EC41

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.32%

 BLUE value IS 65 (25.78% from 255) = 13.86%

R = 35.82%
G = 50.32%
B = 13.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#A8EC41 (or 0xA8EC41) is known color: Conifer. HEX triplet: A8, EC and 41. RGB value is (168,236,65). Sum of RGB (Red+Green+Blue) = 168+236+65=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EC41 is #5713BE. Grayscale: #C4C4C4. Windows color (decimal): -5706687 or 4320424. OLE color: 4320424.

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

Color convert

RGB 168 236 65 -
CMYK 0.29 0 0.72 0.07
HSL 83.86º 0.82% 0.59% -
HSV(B) 83.86º 0.72% 0.93% -
XYZ 47.1 68.7 15.78 -
YUV 196.17 53.97 107.9 -
System Red Green Blue C M Y K H S L
Decimal 168 236 65 0.29 0 0.72 0.07 83.86 0.82 0.59
Hex A8 EC 41 1D 0 48 7 54 52 3B
Octal 250 354 101 35 0 110 7 124 122 73
Binary 10101000 11101100 1000001 11101 0 1001000 111 1010100 1010010 111011

Color Harmonies of #A8EC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EC41

Black with #A8EC41

Text Example


Text Example

White with #A8EC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EC41; }

 p { color: rgb(168,236,65); }

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

background-color css

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

 a { background-color: rgb(168,236,65); }

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

border-color css

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

 span { border-color: rgb(168,236,65); }

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