Html Css Color HEX #A5E95C Conifer

📋 copy color: '#A5E95C'

red 165 ◦ green 233 ◦ blue 92

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

Shades of Conifer #A5E95C

Tints of Conifer #A5E95C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.55%

 BLUE value IS 92 (36.33% from 255) = 18.78%

R = 33.67%
G = 47.55%
B = 18.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#A5E95C (or 0xA5E95C) is known color: Conifer. HEX triplet: A5, E9 and 5C. RGB value is (165,233,92). Sum of RGB (Red+Green+Blue) = 165+233+92=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E95C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E95C is #5A16A3. Grayscale: #C5C5C5. Windows color (decimal): -5904036 or 6089125. OLE color: 6089125.

HSL color Cylindrical-coordinate representation of color #A5E95C: hue angle of 88.94º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5E95C is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 233 92 -
CMYK 0.29 0 0.61 0.09
HSL 88.94º 0.76% 0.64% -
HSV(B) 88.94º 0.61% 0.91% -
XYZ 46.59 67.05 20.61 -
YUV 196.59 68.97 105.46 -
System Red Green Blue C M Y K H S L
Decimal 165 233 92 0.29 0 0.61 0.09 88.94 0.76 0.64
Hex A5 E9 5C 1D 0 3D 9 59 4C 40
Octal 245 351 134 35 0 75 11 131 114 100
Binary 10100101 11101001 1011100 11101 0 111101 1001 1011001 1001100 1000000

Color Harmonies of #A5E95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E95C

Black with #A5E95C

Text Example


Text Example

White with #A5E95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E95C; }

 p { color: rgb(165,233,92); }

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

background-color css

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

 a { background-color: rgb(165,233,92); }

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

border-color css

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

 span { border-color: rgb(165,233,92); }

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