Html Css Color HEX #A5E25C Conifer

📋 copy color: '#A5E25C'

red 165 ◦ green 226 ◦ blue 92

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

Shades of Conifer #A5E25C

Tints of Conifer #A5E25C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.79%

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

R = 34.16%
G = 46.79%
B = 19.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#A5E25C (or 0xA5E25C) is known color: Conifer. HEX triplet: A5, E2 and 5C. RGB value is (165,226,92). Sum of RGB (Red+Green+Blue) = 165+226+92=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E25C is #5A1DA3. Grayscale: #C0C0C0. Windows color (decimal): -5905828 or 6087333. OLE color: 6087333.

HSL color Cylindrical-coordinate representation of color #A5E25C: hue angle of 87.31º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5E25C is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 226 92 -
CMYK 0.27 0 0.59 0.11
HSL 87.31º 0.7% 0.62% -
HSV(B) 87.31º 0.59% 0.89% -
XYZ 44.65 63.16 19.96 -
YUV 192.49 71.29 108.4 -
System Red Green Blue C M Y K H S L
Decimal 165 226 92 0.27 0 0.59 0.11 87.31 0.7 0.62
Hex A5 E2 5C 1B 0 3B B 57 46 3E
Octal 245 342 134 33 0 73 13 127 106 76
Binary 10100101 11100010 1011100 11011 0 111011 1011 1010111 1000110 111110

Color Harmonies of #A5E25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E25C

Black with #A5E25C

Text Example


Text Example

White with #A5E25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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