Html Css Color HEX #A5FE5D Conifer

📋 copy color: '#A5FE5D'

red 165 ◦ green 254 ◦ blue 93

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

Shades of Conifer #A5FE5D

Tints of Conifer #A5FE5D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.61%

 BLUE value IS 93 (36.72% from 255) = 18.16%

R = 32.23%
G = 49.61%
B = 18.16%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#A5FE5D (or 0xA5FE5D) is known color: Conifer. HEX triplet: A5, FE and 5D. RGB value is (165,254,93). Sum of RGB (Red+Green+Blue) = 165+254+93=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FE5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FE5D is #5A01A2. Grayscale: #D1D1D1. Windows color (decimal): -5898659 or 6160037. OLE color: 6160037.

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

Color convert

RGB 165 254 93 -
CMYK 0.35 0 0.63 0.00
HSL 93.17º 0.99% 0.68% -
HSV(B) 93.17º 0.63% 1% -
XYZ 52.93 79.67 22.94 -
YUV 209.04 62.51 96.59 -
System Red Green Blue C M Y K H S L
Decimal 165 254 93 0.35 0 0.63 0.00 93.17 0.99 0.68
Hex A5 FE 5D 23 0 3F 0 5D 63 44
Octal 245 376 135 43 0 77 0 135 143 104
Binary 10100101 11111110 1011101 100011 0 111111 0 1011101 1100011 1000100

Color Harmonies of #A5FE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FE5D

Black with #A5FE5D

Text Example


Text Example

White with #A5FE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FE5D; }

 p { color: rgb(165,254,93); }

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

background-color css

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

 a { background-color: rgb(165,254,93); }

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

border-color css

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

 span { border-color: rgb(165,254,93); }

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