Html Css Color HEX #A5F360 Conifer

📋 copy color: '#A5F360'

red 165 ◦ green 243 ◦ blue 96

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

Shades of Conifer #A5F360

Tints of Conifer #A5F360

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.21%

 BLUE value IS 96 (37.89% from 255) = 19.05%

R = 32.74%
G = 48.21%
B = 19.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#A5F360 (or 0xA5F360) is known color: Conifer. HEX triplet: A5, F3 and 60. RGB value is (165,243,96). Sum of RGB (Red+Green+Blue) = 165+243+96=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F360 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F360 is #5A0C9F. Grayscale: #CBCBCB. Windows color (decimal): -5901472 or 6353829. OLE color: 6353829.

HSL color Cylindrical-coordinate representation of color #A5F360: hue angle of 91.84º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5F360 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 243 96 -
CMYK 0.32 0 0.60 0.05
HSL 91.84º 0.86% 0.66% -
HSV(B) 91.84º 0.6% 0.95% -
XYZ 49.68 72.95 22.53 -
YUV 202.92 67.66 100.95 -
System Red Green Blue C M Y K H S L
Decimal 165 243 96 0.32 0 0.60 0.05 91.84 0.86 0.66
Hex A5 F3 60 20 0 3C 5 5C 56 42
Octal 245 363 140 40 0 74 5 134 126 102
Binary 10100101 11110011 1100000 100000 0 111100 101 1011100 1010110 1000010

Color Harmonies of #A5F360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F360

Black with #A5F360

Text Example


Text Example

White with #A5F360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F360; }

 p { color: rgb(165,243,96); }

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

background-color css

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

 a { background-color: rgb(165,243,96); }

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

border-color css

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

 span { border-color: rgb(165,243,96); }

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