Html Css Color HEX #A5E167 Conifer

📋 copy color: '#A5E167'

red 165 ◦ green 225 ◦ blue 103

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

Shades of Conifer #A5E167

Tints of Conifer #A5E167

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.64%

 BLUE value IS 103 (40.63% from 255) = 20.89%

R = 33.47%
G = 45.64%
B = 20.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#A5E167 (or 0xA5E167) is known color: Conifer. HEX triplet: A5, E1 and 67. RGB value is (165,225,103). Sum of RGB (Red+Green+Blue) = 165+225+103=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E167 is #5A1E98. Grayscale: #C1C1C1. Windows color (decimal): -5906073 or 6807973. OLE color: 6807973.

HSL color Cylindrical-coordinate representation of color #A5E167: hue angle of 89.51º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5E167 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 103 -
CMYK 0.27 0 0.54 0.12
HSL 89.51º 0.67% 0.64% -
HSV(B) 89.51º 0.54% 0.88% -
XYZ 44.89 62.83 22.59 -
YUV 193.15 77.12 107.92 -
System Red Green Blue C M Y K H S L
Decimal 165 225 103 0.27 0 0.54 0.12 89.51 0.67 0.64
Hex A5 E1 67 1B 0 36 C 5A 43 40
Octal 245 341 147 33 0 66 14 132 103 100
Binary 10100101 11100001 1100111 11011 0 110110 1100 1011010 1000011 1000000

Color Harmonies of #A5E167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E167

Black with #A5E167

Text Example


Text Example

White with #A5E167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E167; }

 p { color: rgb(165,225,103); }

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

background-color css

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

 a { background-color: rgb(165,225,103); }

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

border-color css

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

 span { border-color: rgb(165,225,103); }

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