Html Css Color HEX #A5EC42 Conifer

📋 copy color: '#A5EC42'

red 165 ◦ green 236 ◦ blue 66

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

Shades of Conifer #A5EC42

Tints of Conifer #A5EC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.13%

R = 35.33%
G = 50.54%
B = 14.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#A5EC42 (or 0xA5EC42) is known color: Conifer. HEX triplet: A5, EC and 42. RGB value is (165,236,66). Sum of RGB (Red+Green+Blue) = 165+236+66=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5EC42 is #5A13BD. Grayscale: #C3C3C3. Windows color (decimal): -5903294 or 4385957. OLE color: 4385957.

HSL color Cylindrical-coordinate representation of color #A5EC42: hue angle of 85.06º 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 #A5EC42 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 236 66 -
CMYK 0.30 0 0.72 0.07
HSL 85.06º 0.82% 0.59% -
HSV(B) 85.06º 0.72% 0.93% -
XYZ 46.5 68.38 15.9 -
YUV 195.39 54.98 106.32 -
System Red Green Blue C M Y K H S L
Decimal 165 236 66 0.30 0 0.72 0.07 85.06 0.82 0.59
Hex A5 EC 42 1E 0 48 7 55 52 3B
Octal 245 354 102 36 0 110 7 125 122 73
Binary 10100101 11101100 1000010 11110 0 1001000 111 1010101 1010010 111011

Color Harmonies of #A5EC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EC42

Black with #A5EC42

Text Example


Text Example

White with #A5EC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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