Html Css Color HEX #A5F061 Conifer

📋 copy color: '#A5F061'

red 165 ◦ green 240 ◦ blue 97

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

Shades of Conifer #A5F061

Tints of Conifer #A5F061

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.81%

 BLUE value IS 97 (38.28% from 255) = 19.32%

R = 32.87%
G = 47.81%
B = 19.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#A5F061 (or 0xA5F061) is known color: Conifer. HEX triplet: A5, F0 and 61. RGB value is (165,240,97). Sum of RGB (Red+Green+Blue) = 165+240+97=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F061 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F061 is #5A0F9E. Grayscale: #C9C9C9. Windows color (decimal): -5902239 or 6418597. OLE color: 6418597.

HSL color Cylindrical-coordinate representation of color #A5F061: hue angle of 91.47º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5F061 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 240 97 -
CMYK 0.31 0 0.60 0.06
HSL 91.47º 0.83% 0.66% -
HSV(B) 91.47º 0.6% 0.94% -
XYZ 48.83 71.18 22.48 -
YUV 201.27 69.15 102.13 -
System Red Green Blue C M Y K H S L
Decimal 165 240 97 0.31 0 0.60 0.06 91.47 0.83 0.66
Hex A5 F0 61 1F 0 3C 6 5B 53 42
Octal 245 360 141 37 0 74 6 133 123 102
Binary 10100101 11110000 1100001 11111 0 111100 110 1011011 1010011 1000010

Color Harmonies of #A5F061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F061

Black with #A5F061

Text Example


Text Example

White with #A5F061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F061; }

 p { color: rgb(165,240,97); }

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

background-color css

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

 a { background-color: rgb(165,240,97); }

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

border-color css

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

 span { border-color: rgb(165,240,97); }

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