Html Css Color HEX #AFCC26 Bahia

📋 copy color: '#AFCC26'

red 175 ◦ green 204 ◦ blue 38

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

Shades of Bahia #AFCC26

Tints of Bahia #AFCC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.11%

R = 41.97%
G = 48.92%
B = 9.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#AFCC26 (or 0xAFCC26) is known color: Bahia. HEX triplet: AF, CC and 26. RGB value is (175,204,38). Sum of RGB (Red+Green+Blue) = 175+204+38=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC26 is #5033D9. Grayscale: #B1B1B1. Windows color (decimal): -5256154 or 2542767. OLE color: 2542767.

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

Color convert

RGB 175 204 38 -
CMYK 0.14 0 0.81 0.2
HSL 70.48º 0.69% 0.47% -
HSV(B) 70.48º 0.81% 0.8% -
XYZ 39.62 52.44 9.87 -
YUV 176.41 49.89 127 -
System Red Green Blue C M Y K H S L
Decimal 175 204 38 0.14 0 0.81 0.2 70.48 0.69 0.47
Hex AF CC 26 E 0 51 14 46 45 2F
Octal 257 314 46 16 0 121 24 106 105 57
Binary 10101111 11001100 100110 1110 0 1010001 10100 1000110 1000101 101111

Color Harmonies of #AFCC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC26

Black with #AFCC26

Text Example


Text Example

White with #AFCC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC26; }

 p { color: rgb(175,204,38); }

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

background-color css

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

 a { background-color: rgb(175,204,38); }

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

border-color css

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

 span { border-color: rgb(175,204,38); }

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