Html Css Color HEX #A5FF5E Conifer

📋 copy color: '#A5FF5E'

red 165 ◦ green 255 ◦ blue 94

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

Shades of Conifer #A5FF5E

Tints of Conifer #A5FF5E

RGB

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

 GREEN value IS 255 (100% from 255) = 49.61%

 BLUE value IS 94 (37.11% from 255) = 18.29%

R = 32.1%
G = 49.61%
B = 18.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#A5FF5E (or 0xA5FF5E) is known color: Conifer. HEX triplet: A5, FF and 5E. RGB value is (165,255,94). Sum of RGB (Red+Green+Blue) = 165+255+94=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FF5E is #5A00A1. Grayscale: #D2D2D2. Windows color (decimal): -5898402 or 6225829. OLE color: 6225829.

HSL color Cylindrical-coordinate representation of color #A5FF5E: hue angle of 93.54º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5FF5E is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 165 255 94 -
CMYK 0.35 0 0.63 0
HSL 93.54º 1% 0.68% -
HSV(B) 93.54º 0.63% 1% -
XYZ 53.3 80.33 23.29 -
YUV 209.74 62.68 96.09 -
System Red Green Blue C M Y K H S L
Decimal 165 255 94 0.35 0 0.63 0 93.54 1 0.68
Hex A5 FF 5E 23 0 3F 0 5E 64 44
Octal 245 377 136 43 0 77 0 136 144 104
Binary 10100101 11111111 1011110 100011 0 111111 0 1011110 1100100 1000100

Color Harmonies of #A5FF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FF5E

Black with #A5FF5E

Text Example


Text Example

White with #A5FF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FF5E; }

 p { color: rgb(165,255,94); }

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

background-color css

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

 a { background-color: rgb(165,255,94); }

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

border-color css

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

 span { border-color: rgb(165,255,94); }

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