Html Css Color HEX #AFC025 Bahia

📋 copy color: '#AFC025'

red 175 ◦ green 192 ◦ blue 37

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

Shades of Bahia #AFC025

Tints of Bahia #AFC025

RGB

 RED value IS 175 (68.75% from 255) = 43.32%

 GREEN value IS 192 (75.39% from 255) = 47.52%

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

R = 43.32%
G = 47.52%
B = 9.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#AFC025 (or 0xAFC025) is known color: Bahia. HEX triplet: AF, C0 and 25. RGB value is (175,192,37). Sum of RGB (Red+Green+Blue) = 175+192+37=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC025 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC025 is #503FDA. Grayscale: #A9A9A9. Windows color (decimal): -5259227 or 2474159. OLE color: 2474159.

HSL color Cylindrical-coordinate representation of color #AFC025: hue angle of 66.58º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFC025 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 37 -
CMYK 0.09 0 0.81 0.25
HSL 66.58º 0.68% 0.45% -
HSV(B) 66.58º 0.81% 0.75% -
XYZ 36.86 46.95 8.87 -
YUV 169.25 53.37 132.1 -
System Red Green Blue C M Y K H S L
Decimal 175 192 37 0.09 0 0.81 0.25 66.58 0.68 0.45
Hex AF C0 25 9 0 51 19 43 44 2D
Octal 257 300 45 11 0 121 31 103 104 55
Binary 10101111 11000000 100101 1001 0 1010001 11001 1000011 1000100 101101

Color Harmonies of #AFC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC025

Black with #AFC025

Text Example


Text Example

White with #AFC025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC025; }

 p { color: rgb(175,192,37); }

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

background-color css

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

 a { background-color: rgb(175,192,37); }

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

border-color css

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

 span { border-color: rgb(175,192,37); }

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