Html Css Color HEX #A5E362 Conifer

📋 copy color: '#A5E362'

red 165 ◦ green 227 ◦ blue 98

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

Shades of Conifer #A5E362

Tints of Conifer #A5E362

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.33%

 BLUE value IS 98 (38.67% from 255) = 20%

R = 33.67%
G = 46.33%
B = 20%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#A5E362 (or 0xA5E362) is known color: Conifer. HEX triplet: A5, E3 and 62. RGB value is (165,227,98). Sum of RGB (Red+Green+Blue) = 165+227+98=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E362 is #5A1C9D. Grayscale: #C2C2C2. Windows color (decimal): -5905566 or 6480805. OLE color: 6480805.

HSL color Cylindrical-coordinate representation of color #A5E362: hue angle of 88.84º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5E362 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 98 -
CMYK 0.27 0 0.57 0.11
HSL 88.84º 0.7% 0.64% -
HSV(B) 88.84º 0.57% 0.89% -
XYZ 45.19 63.82 21.49 -
YUV 193.76 73.96 107.49 -
System Red Green Blue C M Y K H S L
Decimal 165 227 98 0.27 0 0.57 0.11 88.84 0.7 0.64
Hex A5 E3 62 1B 0 39 B 59 46 40
Octal 245 343 142 33 0 71 13 131 106 100
Binary 10100101 11100011 1100010 11011 0 111001 1011 1011001 1000110 1000000

Color Harmonies of #A5E362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E362

Black with #A5E362

Text Example


Text Example

White with #A5E362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E362; }

 p { color: rgb(165,227,98); }

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

background-color css

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

 a { background-color: rgb(165,227,98); }

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

border-color css

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

 span { border-color: rgb(165,227,98); }

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