Html Css Color HEX #AFFE6A Sulu

📋 copy color: '#AFFE6A'

red 175 ◦ green 254 ◦ blue 106

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

Shades of Sulu #AFFE6A

Tints of Sulu #AFFE6A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.48%

 BLUE value IS 106 (41.8% from 255) = 19.81%

R = 32.71%
G = 47.48%
B = 19.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#AFFE6A (or 0xAFFE6A) is known color: Sulu. HEX triplet: AF, FE and 6A. RGB value is (175,254,106). Sum of RGB (Red+Green+Blue) = 175+254+106=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFE6A is #500195. Grayscale: #D6D6D6. Windows color (decimal): -5243286 or 7012015. OLE color: 7012015.

HSL color Cylindrical-coordinate representation of color #AFFE6A: hue angle of 92.03º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFFE6A is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 254 106 -
CMYK 0.31 0 0.58 0.00
HSL 92.03º 0.99% 0.71% -
HSV(B) 92.03º 0.58% 1% -
XYZ 55.72 81.04 26.34 -
YUV 213.51 67.33 100.53 -
System Red Green Blue C M Y K H S L
Decimal 175 254 106 0.31 0 0.58 0.00 92.03 0.99 0.71
Hex AF FE 6A 1F 0 3A 0 5C 63 47
Octal 257 376 152 37 0 72 0 134 143 107
Binary 10101111 11111110 1101010 11111 0 111010 0 1011100 1100011 1000111

Color Harmonies of #AFFE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE6A

Black with #AFFE6A

Text Example


Text Example

White with #AFFE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE6A; }

 p { color: rgb(175,254,106); }

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

background-color css

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

 a { background-color: rgb(175,254,106); }

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

border-color css

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

 span { border-color: rgb(175,254,106); }

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