Html Css Color HEX #AFF270 Sulu

📋 copy color: '#AFF270'

red 175 ◦ green 242 ◦ blue 112

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

Shades of Sulu #AFF270

Tints of Sulu #AFF270

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.75%

 BLUE value IS 112 (44.14% from 255) = 21.17%

R = 33.08%
G = 45.75%
B = 21.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#AFF270 (or 0xAFF270) is known color: Sulu. HEX triplet: AF, F2 and 70. RGB value is (175,242,112). Sum of RGB (Red+Green+Blue) = 175+242+112=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF270 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF270 is #500D8F. Grayscale: #CFCFCF. Windows color (decimal): -5246352 or 7402159. OLE color: 7402159.

HSL color Cylindrical-coordinate representation of color #AFF270: hue angle of 90.92º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFF270 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 112 -
CMYK 0.28 0 0.54 0.05
HSL 90.92º 0.83% 0.69% -
HSV(B) 90.92º 0.54% 0.95% -
XYZ 52.36 73.79 26.81 -
YUV 207.15 74.3 105.07 -
System Red Green Blue C M Y K H S L
Decimal 175 242 112 0.28 0 0.54 0.05 90.92 0.83 0.69
Hex AF F2 70 1C 0 36 5 5B 53 45
Octal 257 362 160 34 0 66 5 133 123 105
Binary 10101111 11110010 1110000 11100 0 110110 101 1011011 1010011 1000101

Color Harmonies of #AFF270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF270

Black with #AFF270

Text Example


Text Example

White with #AFF270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF270; }

 p { color: rgb(175,242,112); }

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

background-color css

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

 a { background-color: rgb(175,242,112); }

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

border-color css

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

 span { border-color: rgb(175,242,112); }

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