Html Css Color HEX #AADA43 Conifer

📋 copy color: '#AADA43'

red 170 ◦ green 218 ◦ blue 67

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

Shades of Conifer #AADA43

Tints of Conifer #AADA43

RGB

 RED value IS 170 (66.8% from 255) = 37.36%

 GREEN value IS 218 (85.55% from 255) = 47.91%

 BLUE value IS 67 (26.56% from 255) = 14.73%

R = 37.36%
G = 47.91%
B = 14.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#AADA43 (or 0xAADA43) is known color: Conifer. HEX triplet: AA, DA and 43. RGB value is (170,218,67). Sum of RGB (Red+Green+Blue) = 170+218+67=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 67 (26.56% from 255 or 14.73% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA43 is #5525BC. Grayscale: #BABABA. Windows color (decimal): -5580221 or 4446890. OLE color: 4446890.

HSL color Cylindrical-coordinate representation of color #AADA43: hue angle of 79.07º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AADA43 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 67 -
CMYK 0.22 0 0.69 0.15
HSL 79.07º 0.67% 0.56% -
HSV(B) 79.07º 0.69% 0.85% -
XYZ 42.66 59.09 14.47 -
YUV 186.43 60.6 116.28 -
System Red Green Blue C M Y K H S L
Decimal 170 218 67 0.22 0 0.69 0.15 79.07 0.67 0.56
Hex AA DA 43 16 0 45 F 4F 43 38
Octal 252 332 103 26 0 105 17 117 103 70
Binary 10101010 11011010 1000011 10110 0 1000101 1111 1001111 1000011 111000

Color Harmonies of #AADA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA43

Black with #AADA43

Text Example


Text Example

White with #AADA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA43; }

 p { color: rgb(170,218,67); }

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

background-color css

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

 a { background-color: rgb(170,218,67); }

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

border-color css

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

 span { border-color: rgb(170,218,67); }

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