Html Css Color HEX #A5E462 Conifer

📋 copy color: '#A5E462'

red 165 ◦ green 228 ◦ blue 98

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

Shades of Conifer #A5E462

Tints of Conifer #A5E462

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.44%

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

R = 33.6%
G = 46.44%
B = 19.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#A5E462 (or 0xA5E462) is known color: Conifer. HEX triplet: A5, E4 and 62. RGB value is (165,228,98). Sum of RGB (Red+Green+Blue) = 165+228+98=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E462 is #5A1B9D. Grayscale: #C2C2C2. Windows color (decimal): -5905310 or 6481061. OLE color: 6481061.

HSL color Cylindrical-coordinate representation of color #A5E462: hue angle of 89.08º degrees, saturation: 0.71, 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 #A5E462 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 228 98 -
CMYK 0.28 0 0.57 0.11
HSL 89.08º 0.71% 0.64% -
HSV(B) 89.08º 0.57% 0.89% -
XYZ 45.47 64.37 21.58 -
YUV 194.34 73.63 107.07 -
System Red Green Blue C M Y K H S L
Decimal 165 228 98 0.28 0 0.57 0.11 89.08 0.71 0.64
Hex A5 E4 62 1C 0 39 B 59 47 40
Octal 245 344 142 34 0 71 13 131 107 100
Binary 10100101 11100100 1100010 11100 0 111001 1011 1011001 1000111 1000000

Color Harmonies of #A5E462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E462

Black with #A5E462

Text Example


Text Example

White with #A5E462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E462; }

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

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

background-color css

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

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

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

border-color css

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

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

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