Html Css Color HEX #AFC225 Bahia

📋 copy color: '#AFC225'

red 175 ◦ green 194 ◦ blue 37

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

Shades of Bahia #AFC225

Tints of Bahia #AFC225

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.78%

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

R = 43.1%
G = 47.78%
B = 9.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#AFC225 (or 0xAFC225) is known color: Bahia. HEX triplet: AF, C2 and 25. RGB value is (175,194,37). Sum of RGB (Red+Green+Blue) = 175+194+37=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC225 is #503DDA. Grayscale: #ABABAB. Windows color (decimal): -5258715 or 2474671. OLE color: 2474671.

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

Color convert

RGB 175 194 37 -
CMYK 0.10 0 0.81 0.24
HSL 67.26º 0.68% 0.45% -
HSV(B) 67.26º 0.81% 0.76% -
XYZ 37.3 47.83 9.02 -
YUV 170.42 52.71 131.27 -
System Red Green Blue C M Y K H S L
Decimal 175 194 37 0.10 0 0.81 0.24 67.26 0.68 0.45
Hex AF C2 25 A 0 51 18 43 44 2D
Octal 257 302 45 12 0 121 30 103 104 55
Binary 10101111 11000010 100101 1010 0 1010001 11000 1000011 1000100 101101

Color Harmonies of #AFC225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC225

Black with #AFC225

Text Example


Text Example

White with #AFC225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC225; }

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

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

background-color css

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

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

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

border-color css

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

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

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