Html Css Color HEX #A1D765 Conifer

📋 copy color: '#A1D765'

red 161 ◦ green 215 ◦ blue 101

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

Shades of Conifer #A1D765

Tints of Conifer #A1D765

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.07%

 BLUE value IS 101 (39.84% from 255) = 21.17%

R = 33.75%
G = 45.07%
B = 21.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#A1D765 (or 0xA1D765) is known color: Conifer. HEX triplet: A1, D7 and 65. RGB value is (161,215,101). Sum of RGB (Red+Green+Blue) = 161+215+101=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D765 is #5E289A. Grayscale: #BABABA. Windows color (decimal): -6170779 or 6674337. OLE color: 6674337.

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

Color convert

RGB 161 215 101 -
CMYK 0.25 0 0.53 0.16
HSL 88.42º 0.59% 0.62% -
HSV(B) 88.42º 0.53% 0.84% -
XYZ 41.35 57.12 21.16 -
YUV 185.86 80.11 110.27 -
System Red Green Blue C M Y K H S L
Decimal 161 215 101 0.25 0 0.53 0.16 88.42 0.59 0.62
Hex A1 D7 65 19 0 35 10 58 3B 3E
Octal 241 327 145 31 0 65 20 130 73 76
Binary 10100001 11010111 1100101 11001 0 110101 10000 1011000 111011 111110

Color Harmonies of #A1D765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D765

Black with #A1D765

Text Example


Text Example

White with #A1D765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D765; }

 p { color: rgb(161,215,101); }

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

background-color css

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

 a { background-color: rgb(161,215,101); }

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

border-color css

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

 span { border-color: rgb(161,215,101); }

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