Html Css Color HEX #A5F661 Conifer

📋 copy color: '#A5F661'

red 165 ◦ green 246 ◦ blue 97

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

Shades of Conifer #A5F661

Tints of Conifer #A5F661

RGB

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

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

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

R = 32.48%
G = 48.43%
B = 19.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#A5F661 (or 0xA5F661) is known color: Conifer. HEX triplet: A5, F6 and 61. RGB value is (165,246,97). Sum of RGB (Red+Green+Blue) = 165+246+97=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F661 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F661 is #5A099E. Grayscale: #CDCDCD. Windows color (decimal): -5900703 or 6420133. OLE color: 6420133.

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

Color convert

RGB 165 246 97 -
CMYK 0.33 0 0.61 0.04
HSL 92.62º 0.89% 0.67% -
HSV(B) 92.62º 0.61% 0.96% -
XYZ 50.63 74.77 23.07 -
YUV 204.8 67.16 99.62 -
System Red Green Blue C M Y K H S L
Decimal 165 246 97 0.33 0 0.61 0.04 92.62 0.89 0.67
Hex A5 F6 61 21 0 3D 4 5D 59 43
Octal 245 366 141 41 0 75 4 135 131 103
Binary 10100101 11110110 1100001 100001 0 111101 100 1011101 1011001 1000011

Color Harmonies of #A5F661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F661

Black with #A5F661

Text Example


Text Example

White with #A5F661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F661; }

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

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

background-color css

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

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

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

border-color css

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

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

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