Html Css Color HEX #AACD25 Bahia

📋 copy color: '#AACD25'

red 170 ◦ green 205 ◦ blue 37

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

Shades of Bahia #AACD25

Tints of Bahia #AACD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.98%

R = 41.26%
G = 49.76%
B = 8.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#AACD25 (or 0xAACD25) is known color: Bahia. HEX triplet: AA, CD and 25. RGB value is (170,205,37). Sum of RGB (Red+Green+Blue) = 170+205+37=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 37 (14.84% from 255 or 8.98% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD25 is #5532DA. Grayscale: #B0B0B0. Windows color (decimal): -5583579 or 2477482. OLE color: 2477482.

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

Color convert

RGB 170 205 37 -
CMYK 0.17 0 0.82 0.20
HSL 72.5º 0.69% 0.47% -
HSV(B) 72.5º 0.82% 0.8% -
XYZ 38.74 52.34 9.81 -
YUV 175.38 49.9 124.16 -
System Red Green Blue C M Y K H S L
Decimal 170 205 37 0.17 0 0.82 0.20 72.5 0.69 0.47
Hex AA CD 25 11 0 52 14 48 45 2F
Octal 252 315 45 21 0 122 24 110 105 57
Binary 10101010 11001101 100101 10001 0 1010010 10100 1001000 1000101 101111

Color Harmonies of #AACD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD25

Black with #AACD25

Text Example


Text Example

White with #AACD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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