Html Css Color HEX #A5F163 Conifer

📋 copy color: '#A5F163'

red 165 ◦ green 241 ◦ blue 99

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

Shades of Conifer #A5F163

Tints of Conifer #A5F163

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.72%

 BLUE value IS 99 (39.06% from 255) = 19.6%

R = 32.67%
G = 47.72%
B = 19.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#A5F163 (or 0xA5F163) is known color: Conifer. HEX triplet: A5, F1 and 63. RGB value is (165,241,99). Sum of RGB (Red+Green+Blue) = 165+241+99=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F163 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F163 is #5A0E9C. Grayscale: #CACACA. Windows color (decimal): -5901981 or 6549925. OLE color: 6549925.

HSL color Cylindrical-coordinate representation of color #A5F163: hue angle of 92.11º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5F163 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 241 99 -
CMYK 0.32 0 0.59 0.05
HSL 92.11º 0.84% 0.67% -
HSV(B) 92.11º 0.59% 0.95% -
XYZ 49.22 71.81 23.07 -
YUV 202.09 69.82 101.55 -
System Red Green Blue C M Y K H S L
Decimal 165 241 99 0.32 0 0.59 0.05 92.11 0.84 0.67
Hex A5 F1 63 20 0 3B 5 5C 54 43
Octal 245 361 143 40 0 73 5 134 124 103
Binary 10100101 11110001 1100011 100000 0 111011 101 1011100 1010100 1000011

Color Harmonies of #A5F163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F163

Black with #A5F163

Text Example


Text Example

White with #A5F163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F163; }

 p { color: rgb(165,241,99); }

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

background-color css

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

 a { background-color: rgb(165,241,99); }

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

border-color css

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

 span { border-color: rgb(165,241,99); }

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