Html Css Color HEX #A5FF62 Conifer

📋 copy color: '#A5FF62'

red 165 ◦ green 255 ◦ blue 98

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

Shades of Conifer #A5FF62

Tints of Conifer #A5FF62

RGB

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

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

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

R = 31.85%
G = 49.23%
B = 18.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#A5FF62 (or 0xA5FF62) is known color: Conifer. HEX triplet: A5, FF and 62. RGB value is (165,255,98). Sum of RGB (Red+Green+Blue) = 165+255+98=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FF62 is #5A009D. Grayscale: #D2D2D2. Windows color (decimal): -5898398 or 6487973. OLE color: 6487973.

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

Color convert

RGB 165 255 98 -
CMYK 0.35 0 0.62 0
HSL 94.39º 1% 0.69% -
HSV(B) 94.39º 0.62% 1% -
XYZ 53.48 80.4 24.26 -
YUV 210.19 64.68 95.77 -
System Red Green Blue C M Y K H S L
Decimal 165 255 98 0.35 0 0.62 0 94.39 1 0.69
Hex A5 FF 62 23 0 3E 0 5E 64 45
Octal 245 377 142 43 0 76 0 136 144 105
Binary 10100101 11111111 1100010 100011 0 111110 0 1011110 1100100 1000101

Color Harmonies of #A5FF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FF62

Black with #A5FF62

Text Example


Text Example

White with #A5FF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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