Html Css Color HEX #A1DD4B Conifer

📋 copy color: '#A1DD4B'

red 161 ◦ green 221 ◦ blue 75

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

Shades of Conifer #A1DD4B

Tints of Conifer #A1DD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.36%

 BLUE value IS 75 (29.69% from 255) = 16.41%

R = 35.23%
G = 48.36%
B = 16.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#A1DD4B (or 0xA1DD4B) is known color: Conifer. HEX triplet: A1, DD and 4B. RGB value is (161,221,75). Sum of RGB (Red+Green+Blue) = 161+221+75=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD4B is #5E22B4. Grayscale: #BABABA. Windows color (decimal): -6169269 or 4971937. OLE color: 4971937.

HSL color Cylindrical-coordinate representation of color #A1DD4B: hue angle of 84.66º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1DD4B is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 75 -
CMYK 0.27 0 0.66 0.13
HSL 84.66º 0.68% 0.58% -
HSV(B) 84.66º 0.66% 0.87% -
XYZ 41.82 59.8 15.99 -
YUV 186.42 65.12 109.87 -
System Red Green Blue C M Y K H S L
Decimal 161 221 75 0.27 0 0.66 0.13 84.66 0.68 0.58
Hex A1 DD 4B 1B 0 42 D 55 44 3A
Octal 241 335 113 33 0 102 15 125 104 72
Binary 10100001 11011101 1001011 11011 0 1000010 1101 1010101 1000100 111010

Color Harmonies of #A1DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD4B

Black with #A1DD4B

Text Example


Text Example

White with #A1DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD4B; }

 p { color: rgb(161,221,75); }

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

background-color css

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

 a { background-color: rgb(161,221,75); }

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

border-color css

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

 span { border-color: rgb(161,221,75); }

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