Html Css Color HEX #A5EB64 Conifer

📋 copy color: '#A5EB64'

red 165 ◦ green 235 ◦ blue 100

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

Shades of Conifer #A5EB64

Tints of Conifer #A5EB64

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47%

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

R = 33%
G = 47%
B = 20%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#A5EB64 (or 0xA5EB64) is known color: Conifer. HEX triplet: A5, EB and 64. RGB value is (165,235,100). Sum of RGB (Red+Green+Blue) = 165+235+100=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EB64 is #5A149B. Grayscale: #C7C7C7. Windows color (decimal): -5903516 or 6613925. OLE color: 6613925.

HSL color Cylindrical-coordinate representation of color #A5EB64: hue angle of 91.11º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5EB64 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 235 100 -
CMYK 0.30 0 0.57 0.08
HSL 91.11º 0.77% 0.66% -
HSV(B) 91.11º 0.57% 0.92% -
XYZ 47.53 68.34 22.74 -
YUV 198.68 72.31 103.98 -
System Red Green Blue C M Y K H S L
Decimal 165 235 100 0.30 0 0.57 0.08 91.11 0.77 0.66
Hex A5 EB 64 1E 0 39 8 5B 4D 42
Octal 245 353 144 36 0 71 10 133 115 102
Binary 10100101 11101011 1100100 11110 0 111001 1000 1011011 1001101 1000010

Color Harmonies of #A5EB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EB64

Black with #A5EB64

Text Example


Text Example

White with #A5EB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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