Html Css Color HEX #A5F656 Conifer

📋 copy color: '#A5F656'

red 165 ◦ green 246 ◦ blue 86

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

Shades of Conifer #A5F656

Tints of Conifer #A5F656

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.5%

 BLUE value IS 86 (33.98% from 255) = 17.3%

R = 33.2%
G = 49.5%
B = 17.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#A5F656 (or 0xA5F656) is known color: Conifer. HEX triplet: A5, F6 and 56. RGB value is (165,246,86). Sum of RGB (Red+Green+Blue) = 165+246+86=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F656 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F656 is #5A09A9. Grayscale: #CCCCCC. Windows color (decimal): -5900714 or 5699237. OLE color: 5699237.

HSL color Cylindrical-coordinate representation of color #A5F656: hue angle of 90.38º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5F656 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 246 86 -
CMYK 0.33 0 0.65 0.04
HSL 90.38º 0.9% 0.65% -
HSV(B) 90.38º 0.65% 0.96% -
XYZ 50.15 74.58 20.56 -
YUV 203.54 61.66 100.51 -
System Red Green Blue C M Y K H S L
Decimal 165 246 86 0.33 0 0.65 0.04 90.38 0.9 0.65
Hex A5 F6 56 21 0 41 4 5A 5A 41
Octal 245 366 126 41 0 101 4 132 132 101
Binary 10100101 11110110 1010110 100001 0 1000001 100 1011010 1011010 1000001

Color Harmonies of #A5F656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F656

Black with #A5F656

Text Example


Text Example

White with #A5F656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F656; }

 p { color: rgb(165,246,86); }

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

background-color css

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

 a { background-color: rgb(165,246,86); }

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

border-color css

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

 span { border-color: rgb(165,246,86); }

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