Html Css Color HEX #A5EC64 Conifer

📋 copy color: '#A5EC64'

red 165 ◦ green 236 ◦ blue 100

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

Shades of Conifer #A5EC64

Tints of Conifer #A5EC64

RGB

 RED value IS 165 (64.84% from 255) = 32.93%

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

 BLUE value IS 100 (39.45% from 255) = 19.96%

R = 32.93%
G = 47.11%
B = 19.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#A5EC64 (or 0xA5EC64) is known color: Conifer. HEX triplet: A5, EC and 64. RGB value is (165,236,100). Sum of RGB (Red+Green+Blue) = 165+236+100=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EC64 is #5A139B. Grayscale: #C7C7C7. Windows color (decimal): -5903260 or 6614181. OLE color: 6614181.

HSL color Cylindrical-coordinate representation of color #A5EC64: hue angle of 91.32º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5EC64 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 236 100 -
CMYK 0.30 0 0.58 0.07
HSL 91.32º 0.78% 0.66% -
HSV(B) 91.32º 0.58% 0.93% -
XYZ 47.81 68.91 22.84 -
YUV 199.27 71.98 103.56 -
System Red Green Blue C M Y K H S L
Decimal 165 236 100 0.30 0 0.58 0.07 91.32 0.78 0.66
Hex A5 EC 64 1E 0 3A 7 5B 4E 42
Octal 245 354 144 36 0 72 7 133 116 102
Binary 10100101 11101100 1100100 11110 0 111010 111 1011011 1001110 1000010

Color Harmonies of #A5EC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EC64

Black with #A5EC64

Text Example


Text Example

White with #A5EC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EC64; }

 p { color: rgb(165,236,100); }

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

background-color css

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

 a { background-color: rgb(165,236,100); }

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

border-color css

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

 span { border-color: rgb(165,236,100); }

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