Html Css Color HEX #AFFC7A Sulu

📋 copy color: '#AFFC7A'

red 175 ◦ green 252 ◦ blue 122

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

Shades of Sulu #AFFC7A

Tints of Sulu #AFFC7A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.9%

 BLUE value IS 122 (48.05% from 255) = 22.22%

R = 31.88%
G = 45.9%
B = 22.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#AFFC7A (or 0xAFFC7A) is known color: Sulu. HEX triplet: AF, FC and 7A. RGB value is (175,252,122). Sum of RGB (Red+Green+Blue) = 175+252+122=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC7A is #500385. Grayscale: #D6D6D6. Windows color (decimal): -5243782 or 8060079. OLE color: 8060079.

HSL color Cylindrical-coordinate representation of color #AFFC7A: hue angle of 95.54º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFFC7A is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 122 -
CMYK 0.31 0 0.52 0.01
HSL 95.54º 0.96% 0.73% -
HSV(B) 95.54º 0.52% 0.99% -
XYZ 56 80.14 30.93 -
YUV 214.16 75.99 100.07 -
System Red Green Blue C M Y K H S L
Decimal 175 252 122 0.31 0 0.52 0.01 95.54 0.96 0.73
Hex AF FC 7A 1F 0 34 1 60 60 49
Octal 257 374 172 37 0 64 1 140 140 111
Binary 10101111 11111100 1111010 11111 0 110100 1 1100000 1100000 1001001

Color Harmonies of #AFFC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC7A

Black with #AFFC7A

Text Example


Text Example

White with #AFFC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC7A; }

 p { color: rgb(175,252,122); }

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

background-color css

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

 a { background-color: rgb(175,252,122); }

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

border-color css

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

 span { border-color: rgb(175,252,122); }

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