Html Css Color HEX #A1D65C Conifer

📋 copy color: '#A1D65C'

red 161 ◦ green 214 ◦ blue 92

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

Shades of Conifer #A1D65C

Tints of Conifer #A1D65C

RGB

 RED value IS 161 (63.28% from 255) = 34.48%

 GREEN value IS 214 (83.98% from 255) = 45.82%

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

R = 34.48%
G = 45.82%
B = 19.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#A1D65C (or 0xA1D65C) is known color: Conifer. HEX triplet: A1, D6 and 5C. RGB value is (161,214,92). Sum of RGB (Red+Green+Blue) = 161+214+92=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D65C is #5E29A3. Grayscale: #B8B8B8. Windows color (decimal): -6171044 or 6084257. OLE color: 6084257.

HSL color Cylindrical-coordinate representation of color #A1D65C: hue angle of 86.07º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1D65C is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 214 92 -
CMYK 0.25 0 0.57 0.16
HSL 86.07º 0.6% 0.6% -
HSV(B) 86.07º 0.57% 0.84% -
XYZ 40.68 56.44 18.88 -
YUV 184.25 75.94 111.42 -
System Red Green Blue C M Y K H S L
Decimal 161 214 92 0.25 0 0.57 0.16 86.07 0.6 0.6
Hex A1 D6 5C 19 0 39 10 56 3C 3C
Octal 241 326 134 31 0 71 20 126 74 74
Binary 10100001 11010110 1011100 11001 0 111001 10000 1010110 111100 111100

Color Harmonies of #A1D65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D65C

Black with #A1D65C

Text Example


Text Example

White with #A1D65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D65C; }

 p { color: rgb(161,214,92); }

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

background-color css

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

 a { background-color: rgb(161,214,92); }

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

border-color css

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

 span { border-color: rgb(161,214,92); }

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