Html Css Color HEX #A5F761 Conifer

📋 copy color: '#A5F761'

red 165 ◦ green 247 ◦ blue 97

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

Shades of Conifer #A5F761

Tints of Conifer #A5F761

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.53%

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

R = 32.42%
G = 48.53%
B = 19.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#A5F761 (or 0xA5F761) is known color: Conifer. HEX triplet: A5, F7 and 61. RGB value is (165,247,97). Sum of RGB (Red+Green+Blue) = 165+247+97=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F761 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F761 is #5A089E. Grayscale: #CDCDCD. Windows color (decimal): -5900447 or 6420389. OLE color: 6420389.

HSL color Cylindrical-coordinate representation of color #A5F761: hue angle of 92.8º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5F761 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 247 97 -
CMYK 0.33 0 0.61 0.03
HSL 92.8º 0.9% 0.67% -
HSV(B) 92.8º 0.61% 0.97% -
XYZ 50.94 75.38 23.18 -
YUV 205.38 66.83 99.2 -
System Red Green Blue C M Y K H S L
Decimal 165 247 97 0.33 0 0.61 0.03 92.8 0.9 0.67
Hex A5 F7 61 21 0 3D 3 5D 5A 43
Octal 245 367 141 41 0 75 3 135 132 103
Binary 10100101 11110111 1100001 100001 0 111101 11 1011101 1011010 1000011

Color Harmonies of #A5F761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F761

Black with #A5F761

Text Example


Text Example

White with #A5F761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F761; }

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

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

background-color css

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

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

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

border-color css

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

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

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