Html Css Color HEX #A8EC45 Conifer

📋 copy color: '#A8EC45'

red 168 ◦ green 236 ◦ blue 69

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

Shades of Conifer #A8EC45

Tints of Conifer #A8EC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.59%

R = 35.52%
G = 49.89%
B = 14.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#A8EC45 (or 0xA8EC45) is known color: Conifer. HEX triplet: A8, EC and 45. RGB value is (168,236,69). Sum of RGB (Red+Green+Blue) = 168+236+69=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EC45 is #5713BA. Grayscale: #C5C5C5. Windows color (decimal): -5706683 or 4582568. OLE color: 4582568.

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

Color convert

RGB 168 236 69 -
CMYK 0.29 0 0.71 0.07
HSL 84.43º 0.81% 0.6% -
HSV(B) 84.43º 0.71% 0.93% -
XYZ 47.22 68.75 16.41 -
YUV 196.63 55.97 107.58 -
System Red Green Blue C M Y K H S L
Decimal 168 236 69 0.29 0 0.71 0.07 84.43 0.81 0.6
Hex A8 EC 45 1D 0 47 7 54 51 3C
Octal 250 354 105 35 0 107 7 124 121 74
Binary 10101000 11101100 1000101 11101 0 1000111 111 1010100 1010001 111100

Color Harmonies of #A8EC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EC45

Black with #A8EC45

Text Example


Text Example

White with #A8EC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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