Html Css Color HEX #A5D358 Conifer

📋 copy color: '#A5D358'

red 165 ◦ green 211 ◦ blue 88

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

Shades of Conifer #A5D358

Tints of Conifer #A5D358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.97%

R = 35.56%
G = 45.47%
B = 18.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#A5D358 (or 0xA5D358) is known color: Conifer. HEX triplet: A5, D3 and 58. RGB value is (165,211,88). Sum of RGB (Red+Green+Blue) = 165+211+88=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D358 is #5A2CA7. Grayscale: #B7B7B7. Windows color (decimal): -5909672 or 5821349. OLE color: 5821349.

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

Color convert

RGB 165 211 88 -
CMYK 0.22 0 0.58 0.17
HSL 82.44º 0.58% 0.59% -
HSV(B) 82.44º 0.58% 0.83% -
XYZ 40.57 55.29 17.77 -
YUV 183.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 165 211 88 0.22 0 0.58 0.17 82.44 0.58 0.59
Hex A5 D3 58 16 0 3A 11 52 3A 3B
Octal 245 323 130 26 0 72 21 122 72 73
Binary 10100101 11010011 1011000 10110 0 111010 10001 1010010 111010 111011

Color Harmonies of #A5D358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D358

Black with #A5D358

Text Example


Text Example

White with #A5D358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D358; }

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

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

background-color css

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

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

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

border-color css

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

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

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