Html Css Color HEX #AFCE2A Bahia

📋 copy color: '#AFCE2A'

red 175 ◦ green 206 ◦ blue 42

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

Shades of Bahia #AFCE2A

Tints of Bahia #AFCE2A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.7%

 BLUE value IS 42 (16.8% from 255) = 9.93%

R = 41.37%
G = 48.7%
B = 9.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#AFCE2A (or 0xAFCE2A) is known color: Bahia. HEX triplet: AF, CE and 2A. RGB value is (175,206,42). Sum of RGB (Red+Green+Blue) = 175+206+42=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE2A is #5031D5. Grayscale: #B2B2B2. Windows color (decimal): -5255638 or 2805423. OLE color: 2805423.

HSL color Cylindrical-coordinate representation of color #AFCE2A: hue angle of 71.34º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFCE2A is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 42 -
CMYK 0.15 0 0.80 0.19
HSL 71.34º 0.66% 0.49% -
HSV(B) 71.34º 0.8% 0.81% -
XYZ 40.17 53.42 10.39 -
YUV 178.04 51.23 125.84 -
System Red Green Blue C M Y K H S L
Decimal 175 206 42 0.15 0 0.80 0.19 71.34 0.66 0.49
Hex AF CE 2A F 0 50 13 47 42 31
Octal 257 316 52 17 0 120 23 107 102 61
Binary 10101111 11001110 101010 1111 0 1010000 10011 1000111 1000010 110001

Color Harmonies of #AFCE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE2A

Black with #AFCE2A

Text Example


Text Example

White with #AFCE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE2A; }

 p { color: rgb(175,206,42); }

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

background-color css

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

 a { background-color: rgb(175,206,42); }

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

border-color css

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

 span { border-color: rgb(175,206,42); }

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