Html Css Color HEX #A5E94C Conifer

📋 copy color: '#A5E94C'

red 165 ◦ green 233 ◦ blue 76

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

Shades of Conifer #A5E94C

Tints of Conifer #A5E94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.03%

R = 34.81%
G = 49.16%
B = 16.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#A5E94C (or 0xA5E94C) is known color: Conifer. HEX triplet: A5, E9 and 4C. RGB value is (165,233,76). Sum of RGB (Red+Green+Blue) = 165+233+76=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E94C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E94C is #5A16B3. Grayscale: #C3C3C3. Windows color (decimal): -5904052 or 5040549. OLE color: 5040549.

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

Color convert

RGB 165 233 76 -
CMYK 0.29 0 0.67 0.09
HSL 85.99º 0.78% 0.61% -
HSV(B) 85.99º 0.67% 0.91% -
XYZ 45.96 66.8 17.31 -
YUV 194.77 60.97 106.77 -
System Red Green Blue C M Y K H S L
Decimal 165 233 76 0.29 0 0.67 0.09 85.99 0.78 0.61
Hex A5 E9 4C 1D 0 43 9 56 4E 3D
Octal 245 351 114 35 0 103 11 126 116 75
Binary 10100101 11101001 1001100 11101 0 1000011 1001 1010110 1001110 111101

Color Harmonies of #A5E94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E94C

Black with #A5E94C

Text Example


Text Example

White with #A5E94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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