Html Css Color HEX #AACD23 Bahia

📋 copy color: '#AACD23'

red 170 ◦ green 205 ◦ blue 35

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

Shades of Bahia #AACD23

Tints of Bahia #AACD23

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50%

 BLUE value IS 35 (14.06% from 255) = 8.54%

R = 41.46%
G = 50%
B = 8.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#AACD23 (or 0xAACD23) is known color: Bahia. HEX triplet: AA, CD and 23. RGB value is (170,205,35). Sum of RGB (Red+Green+Blue) = 170+205+35=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD23 is #5532DC. Grayscale: #AFAFAF. Windows color (decimal): -5583581 or 2346410. OLE color: 2346410.

HSL color Cylindrical-coordinate representation of color #AACD23: hue angle of 72.35º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AACD23 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 35 -
CMYK 0.17 0 0.83 0.20
HSL 72.35º 0.71% 0.47% -
HSV(B) 72.35º 0.83% 0.8% -
XYZ 38.71 52.33 9.65 -
YUV 175.16 48.9 124.32 -
System Red Green Blue C M Y K H S L
Decimal 170 205 35 0.17 0 0.83 0.20 72.35 0.71 0.47
Hex AA CD 23 11 0 53 14 48 47 2F
Octal 252 315 43 21 0 123 24 110 107 57
Binary 10101010 11001101 100011 10001 0 1010011 10100 1001000 1000111 101111

Color Harmonies of #AACD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD23

Black with #AACD23

Text Example


Text Example

White with #AACD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD23; }

 p { color: rgb(170,205,35); }

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

background-color css

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

 a { background-color: rgb(170,205,35); }

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

border-color css

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

 span { border-color: rgb(170,205,35); }

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