Html Css Color HEX #A9CC25 Bahia

📋 copy color: '#A9CC25'

red 169 ◦ green 204 ◦ blue 37

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

Shades of Bahia #A9CC25

Tints of Bahia #A9CC25

RGB

 RED value IS 169 (66.41% from 255) = 41.22%

 GREEN value IS 204 (80.08% from 255) = 49.76%

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

R = 41.22%
G = 49.76%
B = 9.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#A9CC25 (or 0xA9CC25) is known color: Bahia. HEX triplet: A9, CC and 25. RGB value is (169,204,37). Sum of RGB (Red+Green+Blue) = 169+204+37=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CC25 is #5633DA. Grayscale: #AFAFAF. Windows color (decimal): -5649371 or 2477225. OLE color: 2477225.

HSL color Cylindrical-coordinate representation of color #A9CC25: hue angle of 72.57º 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 #A9CC25 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 204 37 -
CMYK 0.17 0 0.82 0.2
HSL 72.57º 0.69% 0.47% -
HSV(B) 72.57º 0.82% 0.8% -
XYZ 38.29 51.75 9.72 -
YUV 174.5 50.4 124.08 -
System Red Green Blue C M Y K H S L
Decimal 169 204 37 0.17 0 0.82 0.2 72.57 0.69 0.47
Hex A9 CC 25 11 0 52 14 49 45 2F
Octal 251 314 45 21 0 122 24 111 105 57
Binary 10101001 11001100 100101 10001 0 1010010 10100 1001001 1000101 101111

Color Harmonies of #A9CC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CC25

Black with #A9CC25

Text Example


Text Example

White with #A9CC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CC25; }

 p { color: rgb(169,204,37); }

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

background-color css

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

 a { background-color: rgb(169,204,37); }

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

border-color css

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

 span { border-color: rgb(169,204,37); }

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