Html Css Color HEX #AADF67 Conifer

📋 copy color: '#AADF67'

red 170 ◦ green 223 ◦ blue 103

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

Shades of Conifer #AADF67

Tints of Conifer #AADF67

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.96%

 BLUE value IS 103 (40.63% from 255) = 20.77%

R = 34.27%
G = 44.96%
B = 20.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#AADF67 (or 0xAADF67) is known color: Conifer. HEX triplet: AA, DF and 67. RGB value is (170,223,103). Sum of RGB (Red+Green+Blue) = 170+223+103=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF67 is #552098. Grayscale: #C1C1C1. Windows color (decimal): -5578905 or 6807466. OLE color: 6807466.

HSL color Cylindrical-coordinate representation of color #AADF67: hue angle of 86.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AADF67 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 103 -
CMYK 0.24 0 0.54 0.13
HSL 86.5º 0.65% 0.64% -
HSV(B) 86.5º 0.54% 0.87% -
XYZ 45.41 62.3 22.46 -
YUV 193.47 76.94 111.26 -
System Red Green Blue C M Y K H S L
Decimal 170 223 103 0.24 0 0.54 0.13 86.5 0.65 0.64
Hex AA DF 67 18 0 36 D 56 41 40
Octal 252 337 147 30 0 66 15 126 101 100
Binary 10101010 11011111 1100111 11000 0 110110 1101 1010110 1000001 1000000

Color Harmonies of #AADF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF67

Black with #AADF67

Text Example


Text Example

White with #AADF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF67; }

 p { color: rgb(170,223,103); }

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

background-color css

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

 a { background-color: rgb(170,223,103); }

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

border-color css

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

 span { border-color: rgb(170,223,103); }

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