Html Css Color HEX #A5D367 Conifer

📋 copy color: '#A5D367'

red 165 ◦ green 211 ◦ blue 103

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

Shades of Conifer #A5D367

Tints of Conifer #A5D367

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.05%

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

R = 34.45%
G = 44.05%
B = 21.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#A5D367 (or 0xA5D367) is known color: Conifer. HEX triplet: A5, D3 and 67. RGB value is (165,211,103). Sum of RGB (Red+Green+Blue) = 165+211+103=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D367 is #5A2C98. Grayscale: #B9B9B9. Windows color (decimal): -5909657 or 6804389. OLE color: 6804389.

HSL color Cylindrical-coordinate representation of color #A5D367: hue angle of 85.56º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5D367 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 211 103 -
CMYK 0.22 0 0.51 0.17
HSL 85.56º 0.55% 0.62% -
HSV(B) 85.56º 0.51% 0.83% -
XYZ 41.26 55.57 21.38 -
YUV 184.93 81.76 113.78 -
System Red Green Blue C M Y K H S L
Decimal 165 211 103 0.22 0 0.51 0.17 85.56 0.55 0.62
Hex A5 D3 67 16 0 33 11 56 37 3E
Octal 245 323 147 26 0 63 21 126 67 76
Binary 10100101 11010011 1100111 10110 0 110011 10001 1010110 110111 111110

Color Harmonies of #A5D367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D367

Black with #A5D367

Text Example


Text Example

White with #A5D367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D367; }

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

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

background-color css

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

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

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

border-color css

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

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

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